History | View | Annotate | Download (924 Bytes)
Use install(1) to install mnexec so that setup.py develop works.
Reinstate mnexec in install.
Added blank line.
Minor cleanup; got rid of backslash.
Make cleanup a param of mn, not a separate script
Also switch from print to info statements, to enable a non-verboseclean. Instead of 'mnclean', now run 'mn -c'.
Renamed mn_run.py -> mn, mn_clean.py -> mnclean; updated Makefle
It's possible that mn_clean is a bit easier to read; mnclean may be easierto type, however.
Added variables to Makefile so that source files are listed in a singlelocation.
Update license and add networkx dependency
Fix setuptools installation
The packages argument was incorrectly specified, leading to an installprocess that would appear to have succeeded, but would not actually copycode.
The error likely occurred due to copying setup.py from another projectwhere the source files were located in a different position relative to...
Auto-install run and clean scripts
Also remove usused imports and outdated doc text.
Use setuptools to install python files
Now, to reference mininet files, use 'import mininet.mininet'.
PYTHONPATH mods are no longer required for installation.