Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
Add a note about how to install dependencies to readme file

Closes #6
  • Loading branch information
Felix authored and grote committed Sep 18, 2016
1 parent ddac722 commit 71f44c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ to create a GTFS file using Google's transitfeed library and validates it after

Requirements
------------

Install dependencies by running

pip install -r requirements.txt

* https://github.com/DinoTools/python-overpy
* https://github.com/google/transitfeed
* https://github.com/metaodi/osmapi
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
overpy
transitfeed
osmapi

0 comments on commit 71f44c8

Please sign in to comment.