aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: