Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme with generate/deploy instructions #72

Open
jaxxzer opened this issue Oct 7, 2019 · 1 comment
Open

Update readme with generate/deploy instructions #72

jaxxzer opened this issue Oct 7, 2019 · 1 comment

Comments

@jaxxzer
Copy link
Member

jaxxzer commented Oct 7, 2019

No description provided.

@rjehangir
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants