From 258e8c48b2b9acb9d80005ad7822469d09c30e5c Mon Sep 17 00:00:00 2001 From: Om Londhe <61611599+DevOM3@users.noreply.github.com> Date: Wed, 30 Sep 2020 17:40:25 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fe1239e..e53faaf4 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ A Hacker News lookalike written in Python/Django, powering [https://news.python. [![screenshot](http://cdn.sebastiansteins.com/screenshot-news-python-sc.png "Screenshot")](https://news.python.sc) -## Setup for local development +## Setup for local development for the Project -### Set up virtual environment +### Set up virtual environment first ```shell script python -m venv venv/ source venv/bin/activate ``` -### Install Dependencies +### Install Dependencies from Requirements ```shell script pip install -r requirements.txt ```