meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| network:sim:ns-3 [2026/07/01 09:55] – niziak | network:sim:ns-3 [2026/07/01 12:12] (current) – niziak | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| Python binding and visualiser | Python binding and visualiser | ||
| <code bash> | <code bash> | ||
| - | sudo apt install python3-pygraphviz python3-dev cmake g++ ninja-build | + | sudo apt install python3-pygraphviz python3-dev cmake g++ ninja-build |
| # in ns-3-dev folder create venv: | # in ns-3-dev folder create venv: | ||
| Line 32: | Line 32: | ||
| source venv/ | source venv/ | ||
| pip install --upgrade pip | pip install --upgrade pip | ||
| - | pip install cppyy | + | pip install cppyy pygraphviz pycairo |
| + | pip install " | ||
| ./ns3 clean | ./ns3 clean | ||