Update readme with generate/deploy instructions
jaxxzer opened this issue · 1 comments
jaxxzer commented
Update readme with generate/deploy instructions
rjehangir commented
Just did this so here are my notes:
git clone https://github.com/bluerobotics/ping-python --recursive
cd ping-python
(recursive was missing)
For Python:
pip install pathlib jinja2
python generate/generate-python.py --output-directory brping
python setup.py install --user
For Python3:
pip3 install pathlib jinja2
python3 generate/generate-python.py --output-directory brping
python3 setup.py install --user