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 85a83b0 commit 1d93a7aCopy full SHA for 1d93a7a
install.sh
@@ -57,7 +57,7 @@ sudo python3 -m pip install .
57
58
# Mininet from source
59
cd ~
60
-git clone --depth 1 -b 2.3.1b2 https://github.com/mininet/mininet.git || git -C mininet pull
+git clone --depth 1 -b 2.3.1b4 https://github.com/mininet/mininet.git || git -C mininet pull
61
cd mininet
62
sudo PYTHON=python3 ./util/install.sh -fnv
63
0 commit comments