gello_software/installdeps.sh
2024-09-24 10:52:08 -07:00

7 lines
149 B
Bash
Executable file

#!/bin/bash
git submodule init
git submodule update
pip install -r requirements.txt
pip install -e .
pip install -e third_party/DynamixelSDK/python