Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand Down