diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-30 14:23:48 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-30 14:23:48 +0000 |
commit | e80a327506231262ea2c87933754fed4ac0c8c5e (patch) | |
tree | 9c49d4915259a8f3914bc9bac9de00157660bdb0 | |
parent | filled out the readme, added a screenshot (diff) | |
download | tunneltop-e80a327506231262ea2c87933754fed4ac0c8c5e.tar.gz tunneltop-e80a327506231262ea2c87933754fed4ac0c8c5e.zip |
added the pip command
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ A tunnel manager in the familiar top style with ncurses and asyncio. ![Image](tunneltop.png) +## Install +```sh +pip install tunneltop +``` + ## what it is * a simple tunnel manager written in python that uses the standard library only(standard library only in python 3.11) * it starts and manages the tunnels for you |