pferd/README.md

19 lines
446 B
Markdown
Raw Normal View History

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
Other resources:
- [Development Guide](DEV.md)
2020-10-06 17:46:42 +02:00
## Installation with pip
2020-10-06 17:46:42 +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
```
$ pip install --upgrade git+https://github.com/Garmelon/PFERD@latest
2019-04-25 21:30:02 +02:00
```
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.