Skip to content

Commit 94c44b9

Browse files
authored
Update README.md
Improvements
1 parent 23864cc commit 94c44b9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details.
2222
For more detailed questions, potential collaborations, suggestions and discussions, or assistance that cannot be done directly on github, please reach out to our email.
2323

2424
## Requirements
25-
1. See `requirements.txt` for **required** packages. The `environment.yml` file can be used to create a new conda environment with the required packages.
26-
The `environment.yml` file can be used to create a new conda environment with the required packages.
27-
To create a new environment using `conda env create --name <your env name> -f environment.yml` OR
28-
install packages listed in the environment manually. You can also use the `requirements.txt` file to install the required packages.
25+
1. See `requirements.txt` or `environment.yml` for **required** packages. The `environment.yml` file can be used to create a new conda environment with the required packages. To create a new environment using `conda env create --name <your env name> -f environment.yml` OR if using pip, use `pip install -r requirements.txt`. If both do not work, then install packages listed in the environment manually.
2926

3027
2. Arras-energy (SLAC) GridLAB-D installation (master branch). See repository [here](https://github.com/arras-energy/gridlabd) for details. This is required for the power grid co-simulation functionality.
3128
This is not necessary if one does not consider the power system voltage impacts.
3229

3330
3. Gurobi License [recommended]. Free (educational) or commercial Gurobi Licenses can be obtained [here](https://www.gurobi.com/)
3431

35-
4. MOSEK License [optional]. Free (educational) or commercial MOSEK License can be obtained [here](https://www.mosek.com/products/academic-licenses/)
32+
4. MOSEK License [optional if Gurobi is installed]. Free (educational) or commercial MOSEK License can be obtained [here](https://www.mosek.com/products/academic-licenses/)
3633

3734

3835
## Folder descriptions

0 commit comments

Comments
 (0)