From 168b387d5e909a0dafa07f6cce3297d62a5448be Mon Sep 17 00:00:00 2001 From: Samuel Smoker Date: Tue, 14 Mar 2017 13:29:47 -0700 Subject: README.md: Upgrade pip before installing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.1