Update README with new version

This commit is contained in:
I-Al-Istannen 2020-06-26 17:35:03 +02:00
parent c26c9352f1
commit 6aaa3071f9
3 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Ensure that you have at least Python 3.8 installed.
To install PFERD or update your installation to the latest version, run this
wherever you want to install/have installed PFERD:
```
$ pip install git+https://github.com/Garmelon/PFERD@v2.1.1
$ pip install git+https://github.com/Garmelon/PFERD@v2.1.2
```
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
@ -37,8 +37,8 @@ $ mkdir Vorlesungen
$ cd Vorlesungen
$ python3 -m venv .venv
$ .venv/bin/activate
$ pip install git+https://github.com/Garmelon/PFERD@v2.1.1
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.1.1/example_config.py
$ pip install git+https://github.com/Garmelon/PFERD@v2.1.2
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.1.2/example_config.py
$ python3 example_config.py
$ deactivate
```

View File

@ -124,6 +124,7 @@ def main() -> None:
cookies="ilias_cookies.txt",
)
# Prints a summary listing all new, modified or deleted files
pferd.print_summary()
if __name__ == "__main__":

View File

@ -30,6 +30,7 @@ def main() -> None:
cookies="ilias_cookies.txt",
)
# Prints a summary listing all new, modified or deleted files
pferd.print_summary()