python -m venv test_envsource test_env/bin/activatepip install dynamixel_sdk numpypython main.py
- Use Windows powershell
- We recommend to create a virtual environment and pip install the code:
Set-ExecutionPolicy Unrestricted -Scope Processpython -m venv test_env.\test_env\Scripts\activate.ps1pip install dynamixel_sdk numpypython main.py
Please see main.py for further details. It should be easy to read. :)