From dc2077d8fc6f8c1b0c1a63c65e2076c72960c6eb Mon Sep 17 00:00:00 2001 From: Jeff Audenard Date: Sat, 1 Dec 2018 19:19:08 +0100 Subject: [PATCH] documentation - installation notes --- INSTALL.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..5cc46b2 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,23 @@ +# Installation + +## Create and activate a python2 Virtual Environnement + + virtualenv2 ./venv + source ./venv/bin/activate + +## Install client & server requirements + + pip install -r requirements.txt + pip install -r requirements_server.txt + +## Install the wssh library + + python setup.py install + +## Start the server + + ./bin/wsshd + +## Connect to the server + + http://0.0.0.0:5000