From 41c4ae82312c7e6da06ef02e87b52b2a6d1a836b Mon Sep 17 00:00:00 2001 From: Sunil <70189009+linusaltacc@users.noreply.github.com> Date: Mon, 1 Aug 2022 20:37:24 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fdfc3c..2f269b4e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS ![image](https://user-images.githubusercontent.com/29988949/66291657-3e091880-e897-11e9-830b-6cf44e72a995.png) # Installation +* [install postgresql for your OS](https://www.postgresql.org/download/) `pip install django` @@ -36,7 +37,9 @@ Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS `source env/bin/activate` -# For Window +`brew install postgresql` + +# For Windows `env\scripts\activate`