more info

This commit is contained in:
julius 2024-11-26 21:26:15 +01:00
parent c5dd194bb3
commit 686738a24e
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -1,3 +1,18 @@
# Experiment Template # Experiment Template
specifically for ProtoThor-based experiments. 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 <new-url>
```
- describe your plans in the `README.md` briefly
- get going!