Skip to content

Commit

Permalink
Merge pull request #7 from ascott1/master
Browse files Browse the repository at this point in the history
fix requirements path
  • Loading branch information
higs4281 committed Nov 17, 2015
2 parents 496b1ea + 7da9600 commit 0a42f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
# Install project dependencies.
install(){
echo 'Installing project dependencies...'
pip install -r paying_for_college/requirements/base.txt
pip install -r requirements/base.txt
# npm install
# grunt build

Expand Down

0 comments on commit 0a42f85

Please sign in to comment.