Skip to content

Commit

Permalink
IPMininet v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jadinm committed Mar 27, 2022
1 parent d84aceb commit 5fab96c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ Manual installation
-------------------

You can download and install IPMininet.
You can change the installed version by replacing "v1.0" in the following commands.
You can change the installed version by replacing "v1.1" in the following commands.
If you have pip above **18.1**, execute:

.. code-block:: bash
$ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v1.0
$ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v1.1
If you have an older version of pip, use:

.. code-block:: bash
$ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v1.0
$ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v1.1
Then, you can install all the daemons:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from setuptools.command.develop import develop
from setuptools.command.install import install

VERSION = '1.0'
VERSION = '1.1'

modname = distname = 'ipmininet'

Expand Down

0 comments on commit 5fab96c

Please sign in to comment.