Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve authored Sep 5, 2018
1 parent 957aaf5 commit 1c2e07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir tmp411
git clone ${GIT_REPO}
python3 -m pip install ${SETUP_DIR} -t tmp411
python3 -m pip install REPO/DIR -t tmp411

# Untested optimization to reduce deployment size
# See https://github.com/ralienpp/simplipy/blob/master/README.md
Expand Down

0 comments on commit 1c2e07c

Please sign in to comment.