Skip to content

Commit

Permalink
IPMininet v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jadinm committed Nov 25, 2019
1 parent bb823d1 commit dad8567
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include ipmininet/router/config/templates *
recursive-include ipmininet/host/config/templates *
10 changes: 5 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and then, execute the following commands:

.. code-block:: bash
$ vagrant init ipmininet/ubuntu-16.04
$ vagrant init ipmininet/ubuntu-18.04
$ vagrant up
This will create the VM. To access the VM with SSH, just issue the
Expand All @@ -42,26 +42,26 @@ following command in the same directory as the two previous one:
$ vagrant ssh
.. _vagrant box: https://app.vagrantup.com/ipmininet/boxes/ubuntu-16.04
.. _vagrant box: https://app.vagrantup.com/ipmininet/boxes/ubuntu-18.04
.. _Vagrant: https://www.vagrantup.com/downloads.html
.. _Virtualbox: https://www.virtualbox.org/wiki/Downloads

Manual installation
-------------------

You can download and install IPMininet.
You can change the installed version by replacing "0.7" in the following commands.
You can change the installed version by replacing "v0.8" 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@0.7
$ sudo pip install --upgrade git+https://github.com/cnp3/ipmininet.git@v0.8
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@0.7
$ sudo pip install --process-dependency-links --upgrade git+https://github.com/cnp3/ipmininet.git@v0.8
Then, you can install all the daemons:

Expand Down
4 changes: 2 additions & 2 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.7'
VERSION = '0.8'

modname = distname = 'ipmininet'

Expand Down Expand Up @@ -90,7 +90,7 @@ def run(self):
classifiers=[
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: System :: Networking",
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit dad8567

Please sign in to comment.