Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Link dev-requirements.txt with requirements.txt and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Nov 25, 2014
1 parent 1d3f328 commit 1435b90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Installation

Clone this repo. Navigate to root of repo. Run `pip install .` to install.

All runtime python dependencies can be found in `requirements.txt`.

To install all development dependencies run `pip install -r dev-requirements.txt`.



Quickstart guide
Expand Down
4 changes: 3 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r requirements.txt

testfixtures==4.0.0
pytest==2.5.2
tox==1.7.2
coveralls==0.4.2
coveralls==0.4.2

0 comments on commit 1435b90

Please sign in to comment.