This commit is contained in:
Tour
2025-12-09 11:54:19 +01:00
parent 5a755a2125
commit 570fd3870e

View File

@@ -33,7 +33,7 @@ If your IDE shows "Python 2.7 syntax" warnings, configure it for Python 3.10+:
```bash ```bash
# Check Python version # Check Python version
python --version # Should be 3.10+ python --version # Should be 3.10+
~\venvs\scaev\Scripts\Activate.ps1
# Install dependencies # Install dependencies
pip install -r requirements.txt pip install -r requirements.txt