Skip to content

Commit

Permalink
Separated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Oct 31, 2019
1 parent 0ca073c commit ebb2e2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ pip install --index-url https://test.pypi.org/simple/ pycon-ng2019
- Install Development dependencies. Update the settings in the [manage.py](https://github.com/bisoncorps/pipelining-pycon-talk/blob/a3067872d7c8bb4f9d5f62273a71946691d69131/manage.py#L8) file to `django.settings.common`

```bash
pip install -r requirements.txt
# install Dev dependencies
pip install -r dev-requirements.txt
```

- Start Server
Expand Down
4 changes: 4 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
asciimatics
django
sphinx
m2r

0 comments on commit ebb2e2d

Please sign in to comment.