From ad02f1a9aeca6544c8127621ad43c7ad2b43d30d Mon Sep 17 00:00:00 2001 From: Samuel Smoker Date: Tue, 14 Mar 2017 13:03:56 -0700 Subject: Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1