mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Use transient progessbar
This will ensure no pesky newline ends up in the output, even on windows.
This commit is contained in:
14
README.md
14
README.md
@ -9,11 +9,19 @@ 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.0.0
|
||||
$ pip install git+https://github.com/Garmelon/PFERD@v2.1.1
|
||||
```
|
||||
|
||||
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|
||||
|
||||
### Upgrading from 2.0.0 to 2.1.0+
|
||||
|
||||
The `IliasDirectoryType` type was renamed to `IliasElementType` and is now far
|
||||
more detailed.
|
||||
The new values are: REGULAR_FOLDER, VIDEO_FOLDER,
|
||||
EXERCISE_FOLDER, REGULAR_FILE, VIDEO_FILE, FORUM, EXTERNAL_LINK.
|
||||
Forums and external links are skipped automatically if you use the `kit_ilias` helper.
|
||||
|
||||
## Example setup
|
||||
|
||||
In this example, `python3` refers to at least Python 3.8.
|
||||
@ -29,8 +37,8 @@ $ mkdir Vorlesungen
|
||||
$ cd Vorlesungen
|
||||
$ python3 -m venv .venv
|
||||
$ .venv/bin/activate
|
||||
$ pip install git+https://github.com/Garmelon/PFERD@v2.0.0
|
||||
$ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/v2.0.0/example_config.py
|
||||
$ 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
|
||||
$ python3 example_config.py
|
||||
$ deactivate
|
||||
```
|
||||
|
Reference in New Issue
Block a user