Update Python C++ core module compilation and installation authored by GAUDIN Gregory's avatar GAUDIN Gregory
...@@ -2,18 +2,21 @@ ...@@ -2,18 +2,21 @@
title: Python C++ core module compilation and installation title: Python C++ core module compilation and installation
--- ---
# 1. Requirements # 1. Requirements
## a) Windows ## a) Windows
- Microsoft Visual C++ (MSVC) compiler toolset: [2022 version](https://visualstudio.microsoft.com/fr/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false) - Microsoft Visual C++ (MSVC) compiler toolset: [2022 version](https://visualstudio.microsoft.com/fr/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false)
- Python 3: https://www.python.org/downloads/release/python-3110/ - Python 3: https://www.python.org/downloads/release/python-3110/
- pyblin11 (install via pip)
## b) GNU/Linux ## b) GNU/Linux
- build-essential - build-essential
- Python 3 - Python 3
- pyblin11
``` ```
apt install buid-essential gcc python3 apt install buid-essential gcc python3 python3-pyblin11
``` ```
... ...
......