From 61489dc73dd4a95b2463afd8eddd1d44686a6819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Tue, 20 Apr 2021 16:04:41 +0300 Subject: [PATCH] README.md: clarify python requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a825624..c6a4c9c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This is a tool to download submissions or submission data from Reddit. It can be If you wish to open an issue, please read [the guide on opening issues](docs/CONTRIBUTING.md#opening-an-issue) to ensure that your issue is clear and contains everything it needs to for the developers to investigate. ## Installation -*Bulk Downloader for Reddit* **requires** Python 3.9.x and it is distributed via `pip`. 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 -pip install bdfr +python3 -m pip install bdfr ``` If you want to use the source code or make contributions, refer to [CONTRIBUTING](docs/CONTRIBUTING.md#preparing-the-environment-for-development)