diff --git a/README.md b/README.md index 8897ff2..14e5b03 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # Experiment Template specifically for ProtoThor-based experiments. + +## Quick Setup +- install `uv` + +```sh +git clone git@git.hs-mittweida.de:sicim/research/experimental-template.git +experiment +cd experiment +uv sync +source .venv/bin/activate +git remote set-url origin +``` + +- describe your plans in the `README.md` briefly +- get going!