From 3c6007a46a1db998bf91f0b64321a8aa54849f3b Mon Sep 17 00:00:00 2001 From: augustin_s Date: Mon, 23 Oct 2023 19:18:07 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 +```