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 ```