This commit is contained in:
Saifeddine ALOUI 2025-03-27 13:49:04 +01:00
parent 5326cca415
commit 56ff93c8b0

View File

@ -101,11 +101,11 @@ git submodule update --init --recursive
```bash
python -m venv venv
```
# On Windows:
### On Windows:
```cmd
.\venv\Scripts\activate
```
# On Linux/Mac:
### On Linux/Mac:
```bash
source venv/bin/activate
```