We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ffea commit e44bff8Copy full SHA for e44bff8
src/aqm-eval-suite/doc/aqm-eval-suite.rst
@@ -166,3 +166,16 @@ Scope and limitations of the suite
166
with Explicit Congestion Notification (ECN) and Scheduling Algorithms.
167
168
* Multi-AQM scenarios are not yet supported.
169
+
170
+Packages Required for Processing Metrics and Graphing
171
+*****************************************************
172
173
+Following are the packages required for the suite and their installation instruction in Ubuntu
174
175
+* python-pip: apt-get install python-pip
176
177
+* python numpy: pip install numpy
178
179
+* gnuplot: apt-get install gnuplot-qt
180
181
+* imagemagick (optional package for ns-3): apt-get install imagemagick
0 commit comments