dronecrew / px4tools

PX4 flight analysis tools.
BSD 3-Clause "New" or "Revised" License
84 stars 48 forks source link

Publish new release on PyPI #43

Open jlecoeur opened 2 years ago

jlecoeur commented 2 years ago

Please publish a new release on PyPI.

The latest release on PyPI has this bug https://github.com/dronecrew/px4tools/issues/40, that is now fixed in master.

huanglilong commented 2 years ago

you can install by yourself

this works for me. $ cd px4tools $ sudo python3 setup.py build install

jlecoeur commented 2 years ago

@huanglilong yes, sure, this is what I did eventually. It would be better to update the release on PyPi as pip is listed as an installation method (https://github.com/dronecrew/px4tools#using-pypi).