You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,6 @@ Two papers in the Journal of Water Resources Planning and Management explain in
11
11
12
12
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```.
13
13
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
-
29
14
## Running
30
15
31
16
DHALSIM can be run using the command ```sudo dhalsim <path/to/config.yaml>```.
0 commit comments