PythonRobotics icon indicating copy to clipboard operation
PythonRobotics copied to clipboard

Add setup.py for releasing package to expose common utilities in PythonRobotics.

Open AtsushiSakai opened this issue 2 years ago • 1 comments

I think the utilities in this package are helpful, this should be used as a package and should be installed via pip. https://github.com/AtsushiSakai/PythonRobotics/tree/master/utils

This is the time to release as an official PyPI package. And when this package is mature, we can start to add each algorithm to the package step by step.

AtsushiSakai avatar Sep 29 '22 13:09 AtsushiSakai

Created a test package to implement this.

pip install -i https://test.pypi.org/simple/ atsushi-robotics

Abinashbunty avatar Oct 08 '22 23:10 Abinashbunty