Fix typo in INSTALL (#1202)

This commit is contained in:
Renato Monteiro
2023-09-16 16:08:58 -07:00
committed by GitHub
parent 39103f4c9d
commit 7685e41a3e
+1 -1
View File
@@ -112,7 +112,7 @@ like to contribute an installation script, we would welcome it!)
Mininet supports Python 3 and Python 2. By default, `install.sh` Mininet supports Python 3 and Python 2. By default, `install.sh`
will use whatever `python` is on your system. To specify a will use whatever `python` is on your system. To specify a
specific version of Pythonm, you can set the PYTHON environment specific version of Python, you can set the PYTHON environment
variable: variable:
PYTHON=python3 util/install.sh -fnv PYTHON=python3 util/install.sh -fnv