Commit a394b72a authored by Hiro's avatar Hiro 🏄
Browse files

Edit required packages in readme

Edit requirements.txt file to pin panda version
parent 74074b0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,3 +11,4 @@ build
dist
tests/data/analyses/onionperf.analysis.json.xz
docs/build
.idea
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ In this case the resulting `tor` binary can be found in `~/tor/src/app/tor` and
OnionPerf uses TGen to generate traffic on client and server side for its measurements. Installing dependencies, cloning TGen to a subdirectory in the user's home directory, and building TGen is done as follows:

```shell
sudo apt install cmake libglib2.0-dev libigraph0-dev make
sudo apt install cmake libglib2.0-dev libigraph-dev
cd ~/
git clone https://github.com/shadow/tgen.git
cd tgen/
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ networkx
nose-cov
nose
numpy
pandas
pandas < 1.4.0
scipy
seaborn >= 0.11
stem >= 1.7.0