Win Initialize fix
This commit is contained in:
@@ -108,7 +108,8 @@ pip install -r requirements.txt
|
||||
### Windows (PowerShell)
|
||||
|
||||
```powershell
|
||||
python3.12 -m venv .venv
|
||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
|
||||
python -m venv .venv
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install -r requirements.txt
|
||||
|
||||
@@ -4,6 +4,7 @@ ikpy
|
||||
pybullet
|
||||
pyserial
|
||||
matplotlib
|
||||
dearpygui
|
||||
|
||||
# Deep learning / RL
|
||||
torch
|
||||
|
||||
Reference in New Issue
Block a user