Skip to content

Commit

Permalink
include pip install in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Oct 10, 2015
1 parent 21e071d commit f3fe4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-docx==0.8.5
python-docx>=0.8.5
3 changes: 3 additions & 0 deletions scripts/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

#install required packages
pip install -r requirements.txt

cd build

# Clear out the previous build.
Expand Down

0 comments on commit f3fe4dd

Please sign in to comment.