aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Smoker <classicsc@users.noreply.github.com>2017-03-14 13:29:47 -0700
committerGitHub <noreply@github.com>2017-03-14 13:29:47 -0700
commit168b387d5e909a0dafa07f6cce3297d62a5448be (patch)
tree122ea9a9c3ec4572ce9433902a900a190e5409b5
parent938437998e56c87091ad16e7903a1b138012ce0e (diff)
downloadsyncthingmanager-168b387d5e909a0dafa07f6cce3297d62a5448be.tar.xz
syncthingmanager-168b387d5e909a0dafa07f6cce3297d62a5448be.zip
README.md: Upgrade pip before installing
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8cf600e..49d2399 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@ A command line tool for the Syncthing API. Designed to make setting up remote se
## Installation and configuration
### Requirements
- Python 3.4 or later
-- pip and wheel for Python 3
+- pip for Python 3
- Syncthing 0.14.19 or later
-On Debian and derivatives, get the dependencies with
+First, make sure you have the latest version of pip:
-`apt-get install syncthing python3-pip python3-wheel`
+`pip3 install --upgrade pip`
Install stman with: