19 lines
345 B
Markdown
19 lines
345 B
Markdown
# 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 <new-url>
|
|
```
|
|
|
|
- describe your plans in the `README.md` briefly
|
|
- get going!
|