webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 80e559dba4dfcf97975f7f644b31ab733441be6b
parent 30d38865a2b26a91e39a5369562d7388bde580c7
Author: Sheng <webmaster0115@gmail.com>
Date:   Wed,  8 Nov 2017 22:59:53 +0800

Modified README.md

Diffstat:
MREADME.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ $ pip install -r requirements.txt ### Run ``` -$ Python main.py +$ python main.py ``` ### Help @@ -20,3 +20,8 @@ $ Python main.py ``` $ python main.py --help ``` + +### Python versions supported ? +``` +Only tested Python versions 2.7.12 and 3.5.2 on Ubuntu 16.04. +```