diff options
author | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-03-14 13:03:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 13:03:56 -0700 |
commit | ad02f1a9aeca6544c8127621ad43c7ad2b43d30d (patch) | |
tree | 9c4dcb8f997ef0553fe9fb185dc65d2466849b4b | |
parent | 17d8bfa5ce911a8551dc1328476ca8cdac7511b7 (diff) | |
download | syncthingmanager-ad02f1a9aeca6544c8127621ad43c7ad2b43d30d.tar.xz syncthingmanager-ad02f1a9aeca6544c8127621ad43c7ad2b43d30d.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |