Skip to content

Commit ee0cf42

Browse files
authored
Update README.md
1 parent a9a8755 commit ee0cf42

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@ Two papers in the Journal of Water Resources Planning and Management explain in
1111

1212
In order to offer a simple installation we have included an installation script which will install DHALSIM on an Ubuntu 20.04 machine. This script is located in the root of the repository and can be run with ```./install.sh```.
1313

14-
DHALSIM can also be installed manually for other Ubuntu versions. To this end you may use the following instructions.
15-
16-
### Manual installation
17-
#### Mininet and MiniCPS installation
18-
19-
The installation instructions for Mininet are found [here](https://github.com/scy-phy/minicps/blob/master/docs/userguide.rst). Please note that the cpppo install should be replaced by ```cpppo==4.0.4```. MiniCPS should be pulled from [this](https://github.com/afmurillo/minicps.git) repository.
20-
21-
#### Python 2 and pip
22-
23-
DHALSIM requires Python 2, which no longer comes installed on newer versions of Ubuntu. Python 2 can be installed using ```sudo apt install python2```. You can get pip for Python 2 by ```curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py``` and ```sudo python2 get-pip.py```.
24-
25-
#### Other dependencies
26-
27-
Finally, DHALSIM needs pathlib and pyyaml installed. Other dependencies should be automatically installed using ```sudo python3 -m pip install -e``` in the root of the repository.
28-
2914
## Running
3015

3116
DHALSIM can be run using the command ```sudo dhalsim <path/to/config.yaml>```.

0 commit comments

Comments
 (0)