From b5e0042b87c691e777903a7f5c07c8d7ed1a383a Mon Sep 17 00:00:00 2001 From: kartikmashal8 <67013900+kartikmashal8@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:36:22 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5923a7a..d213472 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Codebase of the official website of [Python Bangladesh](http://pybd.org/) ## Basic instructions +For windows : https://www.python.org/downloads/windows/ +For Mac : https://www.python.org/downloads/mac-osx/ +For Others : https://www.python.org/download/other/ * _Recommended:_ Create a virtual environment using virtualenv for this project. * Install all the **requirements** using `pip install -r requirements.txt` * Complete the migrations. `python manage.py migrate`