Skip to content

Commit

Permalink
disabled pip cache due to pypa/pip#2984
Browse files Browse the repository at this point in the history
  • Loading branch information
renekliment committed Nov 12, 2016
1 parent 40103ba commit 05ace8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ read -p "Would you like to also install Airplay support (Y/n)? " shairport
install_os

cd $ALEXASRC_DIRECTORY
run_pip install -r ./requirements.txt
run_pip install --no-cache-dir -r ./requirements.txt

if [ "${DEVICE}" != "other" ]; then
install_device
Expand Down

0 comments on commit 05ace8e

Please sign in to comment.