Skip to content

Commit

Permalink
IPMininet v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jadinm committed Aug 13, 2021
1 parent 2cb66a1 commit 6f3eb18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.9" in the following commands.
You can change the installed version by replacing "v1.0" 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.9
$ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v1.0
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.9
$ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v1.0
Then, you can install all the daemons:

Expand Down
6 changes: 3 additions & 3 deletions 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.9'
VERSION = '1.0'

modname = distname = 'ipmininet'

Expand Down Expand Up @@ -81,8 +81,8 @@ def run(self):
version=VERSION,
description='A mininet extension providing components to emulate IP'
'networks running multiple protocols.',
author='Olivier Tilmans',
author_email='olivier.tilmans@uclouvain.be',
author='Olivier Tilmans, Mathieu Jadin',
author_email='olivier.tilmans@uclouvain.be, mathieu.jadin@uclouvain.be',
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 6f3eb18

Please sign in to comment.