2024-11-14 14:15:21 +00:00
|
|
|
# Experiment Template
|
|
|
|
|
|
|
|
specifically for ProtoThor-based experiments.
|
2024-11-26 20:26:15 +00:00
|
|
|
|
|
|
|
## 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!
|