Read docs/torperf2.pdf for more details
To set up the development environment:
$ vagrant up
If all goes well, then you can ssh into the box to continue development:
$ vagrant ssh
$ cd /torperf
$ python torperf/torperf.py
If you would rather not use Vagrant, please install the following packages:
- python
- python-dev
- python-pip
- tor
(You can try apt-get -y install python python-dev python-pip tor
)
And then run pip install -r requirements.txt
to install python packages.