2019-04-25 21:58:30 +02:00
|
|
|
# PFERD
|
|
|
|
|
|
|
|
**P**rogramm zum **F**lotten, **E**infachen **R**unterladen von **D**ateien
|
2019-04-25 13:48:58 +02:00
|
|
|
|
2021-04-26 23:46:44 +02:00
|
|
|
Other resources:
|
2020-07-11 20:16:33 +02:00
|
|
|
|
2021-04-29 18:55:08 +02:00
|
|
|
- [Config file format](CONFIG.md)
|
2021-04-29 16:14:50 +02:00
|
|
|
- [Changelog](CHANGELOG.md)
|
2021-04-26 23:46:44 +02:00
|
|
|
- [Development Guide](DEV.md)
|
2020-10-06 17:46:42 +02:00
|
|
|
|
2021-04-26 23:46:44 +02:00
|
|
|
## Installation with pip
|
2020-10-06 17:46:42 +02:00
|
|
|
|
2021-04-26 23:46:44 +02:00
|
|
|
Ensure you have at least Python 3.8 installed. Run the following command to
|
|
|
|
install PFERD or upgrade it to the latest version:
|
2020-10-06 17:46:42 +02:00
|
|
|
|
2019-04-25 13:48:58 +02:00
|
|
|
```
|
2021-04-26 23:46:44 +02:00
|
|
|
$ pip install --upgrade git+https://github.com/Garmelon/PFERD@latest
|
2019-04-25 21:30:02 +02:00
|
|
|
```
|
2020-07-11 20:16:33 +02:00
|
|
|
|
2021-04-26 23:46:44 +02:00
|
|
|
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|