aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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.