Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archive/v1/docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WiFi Routers → CSI Data → Signal Processing → Neural Network → Pose Esti
pip install wifi-densepose

# Install with optional dependencies
pip install wifi-densepose[gpu,monitoring,deployment]
pip install 'wifi-densepose[gpu,monitoring,deployment]'

# Verify installation
wifi-densepose --version
Expand Down
4 changes: 2 additions & 2 deletions docs/readme-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ pip install -e .

# Or via pip
pip install wifi-densepose
pip install wifi-densepose[gpu] # GPU acceleration
pip install wifi-densepose[all] # All optional deps
pip install 'wifi-densepose[gpu]' # GPU acceleration
pip install 'wifi-densepose[all]' # All optional deps
```

</details>
Expand Down