Skip to content

Commit

Permalink
IPMininet v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jadinm committed Aug 7, 2020
1 parent f287b1c commit 80a2bf9
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 "v0.8" in the following commands.
You can change the installed version by replacing "v0.9" 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@v0.8
$ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v0.9
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@v0.8
$ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v0.9
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 = '0.8'
VERSION = '0.9'

modname = distname = 'ipmininet'

Expand Down

0 comments on commit 80a2bf9

Please sign in to comment.