Compare commits

..

1 Commits

Author SHA1 Message Date
686738a24e more info 2024-11-26 21:26:15 +01:00

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!