@@ -219,7 +219,7 @@ Install the following packages from Ubuntu.
219219
220220` ` ` shell
221221sudo 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
246246git clone https://github.com/PowerGridModel/power-grid-model.git
247247cd power-grid-model
248- python3.11 -m venv .venv
248+ python3.10 -m venv .venv
249249source ./.venv/bin/activate
250250` ` `
251251
@@ -342,7 +342,7 @@ git clone https://github.com/PowerGridModel/power-grid-model.git
342342Then 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
346346conda 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
408408git clone https://github.com/PowerGridModel/power-grid-model.git
409409cd power-grid-model
410- python3.11 -m venv .venv
410+ python3.10 -m venv .venv
411411source ./.venv/bin/activate
412412` ` `
413413
0 commit comments