From 2d7a2b2d53b6198b5324722a5b55b275f3634724 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 25 Apr 2019 20:01:12 +0000 Subject: [PATCH] Add more usage examples --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8027469..f4e9bf0 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,13 @@ $ . bin/activate $ pip install git+https://github.com/Garmelon/PFERD@v1.0.0 $ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py $ python3 example_config.py +$ deactivate +``` + +Subsequent runs of the program might look like: +``` +$ cd Vorlesungen +$ . bin/activate +$ python3 example_config.py +$ deactivate ```