Win Initialize fix

This commit is contained in:
2026-08-21 13:44:45 +02:00
parent f5c07edc0a
commit cd870a4afc
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -108,7 +108,8 @@ pip install -r requirements.txt
### Windows (PowerShell) ### Windows (PowerShell)
```powershell ```powershell
python3.12 -m venv .venv Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
python -m venv .venv
.\.venv\Scripts\Activate.ps1 .\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt pip install -r requirements.txt
+1
View File
@@ -4,6 +4,7 @@ ikpy
pybullet pybullet
pyserial pyserial
matplotlib matplotlib
dearpygui
# Deep learning / RL # Deep learning / RL
torch torch