diff --git a/README.md b/README.md index b6a9dac54837307dda0e7889c40e78f35e169f5c..c58299fff5e9d539958e6bc3848b6ab6e41c1c02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # ur-py-ctl -## Installera +[](https://pypi.org/project/ur-py-ctl/) +[](https://gitlab.control.lth.se/robotlab/ur_py_ctl/badges/main/pipeline.svg) +[](https://ur-py-ctl.readthedocs.io/en/latest/?badge=latest) -1. Installera poetry `curl -sSL https://install.python-poetry.org | python -` -1. Installera paket och deps: `poetry install` +* [Documentation](https://ur-py-ctl.readthedocs.io/) + +## Develop + +1. [Install poetry](https://python-poetry.org/docs/#installation) +1. Install package and dependencies: `poetry install` +1. Set up pre-commit: `poetry run pre-commit install`