Skip to content
Snippets Groups Projects
Commit ac063880 authored by juga's avatar juga
Browse files

Merge branch '40075-typo-in-tgen-installation-dependencies-in-readme' into 'develop'

Resolve "Typo in tgen installation dependencies in README"

Closes #40075

See merge request !37
parents 74074b0c 876c92f7
No related branches found
No related tags found
1 merge request!37Resolve "Typo in tgen installation dependencies in README"
Pipeline #176605 passed
......@@ -11,3 +11,4 @@ build
dist
tests/data/analyses/onionperf.analysis.json.xz
docs/build
.idea
......@@ -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/
......
......@@ -4,7 +4,7 @@ networkx
nose-cov
nose
numpy
pandas
pandas < 1.4.0
scipy
seaborn >= 0.11
stem >= 1.7.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment