Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
llueg committed Oct 26, 2021
1 parent 97dc6a6 commit 2d18463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can install all requirements from the project root folder by calling:
```sh
pip install -r requirements.txt
```
You can add the root folder of the repositors to your `PYTHON_PATH`, so that the package can be accessed from anywhere.
You can add the root folder of the repository to your `PYTHON_PATH`, so that the package can be accessed from anywhere.

Note that in order to use the package, a compatible solver has to be installed. This can be [*Gurobi*](https://www.gurobi.com/) (with a valid license) or any MIP solver compatible with *Pyomo* (we recommend [*glpk*](https://www.gnu.org/software/glpk/)). In our experience, the best performance is obtained when using the *Gurobi* interface.

Expand Down

0 comments on commit 2d18463

Please sign in to comment.