Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 347 Bytes

File metadata and controls

18 lines (14 loc) · 347 Bytes

transforms-python

A transformation library for robot motion, check it out here!

Install

pip3 install robotransforms

Development

# Testing
./venv/bin/python3 setup.py install

# Building (don't worry about wheels)
python3 -m build --sdist
twine upload dist/*