From bbcaa015ebfdd46fb72c7bad751f95504afb6dc3 Mon Sep 17 00:00:00 2001 From: Anton Tetov <anton@tetov.se> Date: Wed, 28 Sep 2022 22:06:53 +0200 Subject: [PATCH] badges and whatnot --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6a9dac..c58299f 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` -- GitLab