7 lines
149 B
Bash
Executable file
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
|