Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -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