aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Smoker <classicsc@users.noreply.github.com>2017-03-14 13:03:56 -0700
committerGitHub <noreply@github.com>2017-03-14 13:03:56 -0700
commitad02f1a9aeca6544c8127621ad43c7ad2b43d30d (patch)
tree9c4dcb8f997ef0553fe9fb185dc65d2466849b4b
parent17d8bfa5ce911a8551dc1328476ca8cdac7511b7 (diff)
downloadsyncthingmanager-ad02f1a9aeca6544c8127621ad43c7ad2b43d30d.tar.xz
syncthingmanager-ad02f1a9aeca6544c8127621ad43c7ad2b43d30d.zip
Update README.md
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6299a4f..db80bf1 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,15 @@ A command line tool for the Syncthing API. Designed to make setting up remote se
## Installation and configuration
###Requirements
- Python 3.4 or later
-- setuptools and pip
+- pip and wheel for Python 3
- Syncthing 0.14.19 or later
+On Debian and derivatives, get the dependencies with
+
+`apt-get install syncthing python3-pip python3-wheel`
+
+Install stman with:
+
`pip3 install syncthingmanager`
The configuration must be initialized with the Syncthing API key.