diff --git a/README.md b/README.md index 2a3b7aa..aca456f 100644 --- a/README.md +++ b/README.md @@ -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 +```