1
0
Fork 0
mirror of synced 2024-05-01 19:02:36 +12:00

README: add how to update with pip (#367)

This commit is contained in:
Ali Parlakçı 2021-05-12 15:13:10 +03:00 committed by GitHub
parent bc3ebe9580
commit 6f9430fc71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,17 @@ If you wish to open an issue, please read [the guide on opening issues](docs/CON
## Installation ## Installation
*Bulk Downloader for Reddit* needs Python version 3.9 or above. Please update Python before installation to meet the requirement. Then, you can install it as such: *Bulk Downloader for Reddit* needs Python version 3.9 or above. Please update Python before installation to meet the requirement. Then, you can install it as such:
```bash ```bash
python3 -m pip install bdfr python3 -m pip install bdfr --upgrade
``` ```
**To update BDFR**, run the above command again after the installation.
### AUR Package
If on Arch Linux or derivative operating systems such as Manjaro, the BDFR can be installed through the AUR. If on Arch Linux or derivative operating systems such as Manjaro, the BDFR can be installed through the AUR.
- Latest Release: https://aur.archlinux.org/packages/python-bdfr/ - Latest Release: https://aur.archlinux.org/packages/python-bdfr/
- Latest Development Build: https://aur.archlinux.org/packages/python-bdfr-git/ - Latest Development Build: https://aur.archlinux.org/packages/python-bdfr-git/
### Source code
If you want to use the source code or make contributions, refer to [CONTRIBUTING](docs/CONTRIBUTING.md#preparing-the-environment-for-development) If you want to use the source code or make contributions, refer to [CONTRIBUTING](docs/CONTRIBUTING.md#preparing-the-environment-for-development)
## Usage ## Usage