Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

update virtualenv in readme #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ browser quite easily:
```bash
git clone https://github.com/mbrochh/django-reactjs-boilerplate.git
cd django-react-boilerplate/django
mkvirtualenv djreact
virtualenv djreact
source djreact/bin/activate
pip install -r requirements.txt
npm install
./manage.py migrate
Expand Down