You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
git clone https://github.com/sybrenstuvel/Python-RVO2.git
|
|
cd Python-RVO2-master
|
|
# todo : install conda and create env for py3.6
|
|
|
|
conda activate autorobot
|
|
conda install numpy
|
|
python -V
|
|
pip install -r requirements.txt --user
|
|
python setup.py build
|
|
python setup.py install --user
|
|
|
|
|
|
|
|
todo:
|