diff options
author | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-03-14 13:29:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 13:29:47 -0700 |
commit | 168b387d5e909a0dafa07f6cce3297d62a5448be (patch) | |
tree | 122ea9a9c3ec4572ce9433902a900a190e5409b5 /README.md | |
parent | 938437998e56c87091ad16e7903a1b138012ce0e (diff) | |
download | syncthingmanager-168b387d5e909a0dafa07f6cce3297d62a5448be.tar.xz syncthingmanager-168b387d5e909a0dafa07f6cce3297d62a5448be.zip |
README.md: Upgrade pip before installing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |