From 6f9430fc71ba21fb0b74cc1530a0500d869a7a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Wed, 12 May 2021 15:13:10 +0300 Subject: [PATCH] README: add how to update with pip (#367) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c09393..cf5269c 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,17 @@ If you wish to open an issue, please read [the guide on opening issues](docs/CON ## 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: ```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. - Latest Release: https://aur.archlinux.org/packages/python-bdfr/ - 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) ## Usage