more info
This commit is contained in:
parent
c5dd194bb3
commit
686738a24e
15
README.md
15
README.md
@ -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!
|
||||||
|
Loading…
Reference in New Issue
Block a user