Skip to content

Commit

Permalink
Fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Jan 28, 2016
1 parent d6da050 commit 59d1582
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ update:
env:
virtualenv env

install: env
env/bin/pip install configparser==3.3.0r2
env/bin/pip install enum34==1.0.4
install: env/lib/python2.7/site-packages/enum env/lib/python2.7/site-packages/configparser.py


env/lib/python2.7/site-packages/enum: env
env/bin/pip install enum34==1.0.4

env/lib/python2.7/site-packages/configparser.py: env
env/bin/pip install configparser==3.3.0r2

0 comments on commit 59d1582

Please sign in to comment.