gello_software/installdeps.sh

8 lines
149 B
Bash
Raw Normal View History

2024-09-23 13:19:29 -07:00
#!/bin/bash
git submodule init
git submodule update
pip install -r requirements.txt
pip install -e .
pip install -e third_party/DynamixelSDK/python