Add more usage examples

This commit is contained in:
Joscha 2019-04-25 20:01:12 +00:00
parent 8550d1101c
commit 2d7a2b2d53

View File

@ -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
```