Update 'README.md'

This commit is contained in:
Abhorrent_Anger 2019-04-19 13:18:02 +03:00
parent b1c120f632
commit 3c7c3e6949
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
Generates fake traffic to a website using the Tor Browser (Firefox).
## Installation
Requires Tor Browser, by default it's expected to be obtained via the package manager, after which it gets called at least once to finish the installation. For Ubuntu and Debian systems:
```
sudo apt-get install torbrowser-launcher python3
```
The tool requires Python 3.6+ to run and the `psutil` module.
```
pip3 install psutil