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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down