Make installation instructions work with Python 3.
For the most part, this is as simple as adding a "3" to all occurrences
of "python" with the single exception of revising how one creates a
virtual environment in Python 3.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -12,14 +12,15 @@ produce a json stats database and files that can feed into Torperf, and
can later be used to visualize changes in Tor client performance over time.
For more information, see https://git.torproject.org/onionperf
For a dockerized setup, see https://github.com/hiromipaw/onionperf-docker
##Quick deployment instructions
These are the quick deployment instructions for the current Debian stable distribution.