diff --git a/README.rst b/README.rst index da6c6a80..d62d28c9 100644 --- a/README.rst +++ b/README.rst @@ -106,8 +106,7 @@ Installation ############ `Installation guide `_. -There are 2 ways to get all required packages under Windows. We recommend using the Python distribution Miniconda. If you don't want to use it or already have an existing Python (version 3.8 | 3.9 **recommended**, 2.7 is supported as well) installation, you can also download the required packages by yourself. - +There are 2 ways to get all required packages under Windows. We recommend using the Python distribution Miniconda. If you don't want to use it or already have an existing Python (version 3.11) installation, you can also download the required packages by yourself. Miniconda (recommended) ======================= @@ -118,7 +117,7 @@ Miniconda (recommended) 2. **Packages and Solver**: 1. Launch a new Anaconda prompt (or terminal in any IDE) - 2. The `HiGHS 1.7.0 `_ is our recommendation if you want a free and open-source solver. + 2. The `HiGHS 1.7.2 `_ is our recommendation if you want a free and open-source solver. 3. Install openTEPES via pip by ``pip install openTEPES`` Continue at `Get Started <#get-started>`_ and see the `Tips <#tips>`_.