Installation¶
Requirements¶
- Python 3.9 or higher
- pip package manager
Install from PyPI¶
Install from Source¶
Verify Installation¶
Dependencies¶
The SDK automatically installs:
numpy- Array operationsrequests- HTTP client
Optional Dependencies¶
For local simulation testing (coming soon):
This adds:
mujoco- Physics simulationopencv-python- Video rendering
Troubleshooting¶
ImportError: No module named 'botmanifold'¶
Ensure you're using the correct Python environment:
SSL Certificate Errors¶
If you're behind a corporate proxy:
Permission Denied¶
Use --user flag or a virtual environment: