Skip to content

Commit

Permalink
Give GitHub link for midi package in setup.py (#93)
Browse files Browse the repository at this point in the history
Due to issues with installing midi from pip (see #92), this should
explicitly make pip install the bleeding-edge.
  • Loading branch information
craffel authored Sep 16, 2016
1 parent bec7ff2 commit aae8294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@
'numpy >= 1.7.0',
'midi'
],
dependency_links=[
'https://github.com/vishnubob/python-midi/tarball/master#egg=midi']
)

0 comments on commit aae8294

Please sign in to comment.