Skip to content

Commit 46ae9f5

Browse files
committed
revert build guide. to be addressed elsewhere
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent f204c1c commit 46ae9f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/advanced_documentation/build-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Install the following packages from Ubuntu.
219219
220220
```shell
221221
sudo apt update && sudo apt -y upgrade
222-
sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g++ clang-18 make gdb ninja-build pkg-config python3.11 python3.11-dev python3.11-venv python3-pip
222+
sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g++ clang-18 make gdb ninja-build pkg-config python3.10 python3.10-dev python3.10-venv python3-pip
223223
```
224224
225225
### C++ packages
@@ -245,7 +245,7 @@ Go to a root folder you prefer to save the repositories.
245245
```shell
246246
git clone https://github.com/PowerGridModel/power-grid-model.git
247247
cd power-grid-model
248-
python3.11 -m venv .venv
248+
python3.10 -m venv .venv
249249
source ./.venv/bin/activate
250250
```
251251
@@ -342,7 +342,7 @@ git clone https://github.com/PowerGridModel/power-grid-model.git
342342
Then open a Miniforge PowerShell Prompt (or equivalent if you use a different `conda` provider), go to the repository folder.
343343
344344
```shell
345-
conda create -n power-grid-env python=3.11
345+
conda create -n power-grid-env python=3.10
346346
conda activate power-grid-env
347347
```
348348
@@ -379,7 +379,7 @@ The IDE should be able to automatically detect the Visual Studio cmake configura
379379
380380
## Example Setup for macOS (Big Sur)
381381
382-
In this section an example is given for setup in macOS Big Sur and Python 3.11.
382+
In this section an example is given for setup in macOS Big Sur and Python 3.10.
383383
384384
### Environment variables
385385
@@ -407,7 +407,7 @@ install the build dependency. go to a root folder you prefer to save the reposit
407407
```shell
408408
git clone https://github.com/PowerGridModel/power-grid-model.git
409409
cd power-grid-model
410-
python3.11 -m venv .venv
410+
python3.10 -m venv .venv
411411
source ./.venv/bin/activate
412412
```
413413

0 commit comments

Comments
 (0)