Skip to content

Commit

Permalink
Clarify readme installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cryzed committed Feb 21, 2020
1 parent 1eb03a2 commit 7b15ef1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ When you terminate `tt` using Ctrl+C all changes to the traffic scheduling will
reverted, allowing you to easily update the config and apply new limits.

# Installation
`$ pip install traffictoll`
`$ pip3 install traffictoll`

`tt` has to be run as root.
Make sure to use the `pip` executable provided by your Python 3 installation. That might
be simply `pip` or `pip3`, depending on your system. `tt` has to be run as root.

# Screenshots
Because a picture is always nice, even for CLI applications:
Expand Down

0 comments on commit 7b15ef1

Please sign in to comment.