mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Add more usage examples
This commit is contained in:
parent
8550d1101c
commit
2d7a2b2d53
1 changed files with 9 additions and 0 deletions
|
|
@ -22,4 +22,13 @@ $ . bin/activate
|
||||||
$ pip install git+https://github.com/Garmelon/PFERD@v1.0.0
|
$ pip install git+https://github.com/Garmelon/PFERD@v1.0.0
|
||||||
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py
|
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py
|
||||||
$ python3 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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue