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`