From 2d18463543deeb55e6fe1c4bff39ad7fdd1e7c64 Mon Sep 17 00:00:00 2001 From: llueg Date: Tue, 26 Oct 2021 11:02:11 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8dbe7c..fec0cb5 100644 --- a/README.md +++ b/README.md @@ -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.