Update README.md

This commit is contained in:
2023-10-23 19:18:07 +02:00
parent 4960471d7c
commit 3c6007a46a

View File

@ -3,3 +3,17 @@
Collection of scripts for _**A**nalysis and **L**ive **F**eedback_ using:
- [bstrd](https://gitlab.psi.ch/augustin_s/bstrd)
- [zoetrope](https://gitlab.psi.ch/augustin_s/zoetrope)
## Usage Examples
Run camerata:
```bash
./run camerata/main.py
```
Run ipython in our conda env:
```bash
./run ipython
```