commit 557db6d1fda1dab1d0ba9515382721d104041c2d Author: Ana Custura ana@netstat.org.uk Date: Tue May 21 15:40:06 2019 +0100
Fixes #30554 --- README.md | 2 +- onionperf/docs/onionperf.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md index 8594118..d2f2f05 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ sudo apt install cmake make build-essential gcc libigraph0-dev libglib2.0-dev py The easiest way to satisfy all system dependencies is to use a package manager.
``` -apt install tor libxml2-dev python-lxml python-networkx python-scypy python-matplotlib python-numpy +apt install tor libxml2-dev python-lxml python-networkx python-scipy python-matplotlib python-numpy
``` Ensure stem is the latest version for onion v3 service compatiblity, by installing from backports: diff --git a/onionperf/docs/onionperf.rst b/onionperf/docs/onionperf.rst index 7fe38cd..7070b31 100644 --- a/onionperf/docs/onionperf.rst +++ b/onionperf/docs/onionperf.rst @@ -53,7 +53,7 @@ Once TGen is installed, follow these instructions to install OnionPerf: 2. Install dependencies ::
- apt install tor libxml2-dev python-dev python-lxml python-networkx python-scypy python-matplotlib python-numpy python-netifaces python-ipaddress + apt install tor libxml2-dev python-dev python-lxml python-networkx python-scipy python-matplotlib python-numpy python-netifaces python-ipaddress
Ensure stem is the latest version for v3 Onion services to work, this can be installed from backports: ::