Skip to content

Commit

Permalink
Workaround to install pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea authored Jan 21, 2024
1 parent 76736de commit a72a1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BridgeEmulator/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cd diyHue-$branchSelection/BridgeEmulator/

echo -e "\033[36m Installing Python Dependencies.\033[0m"

pip3 install -r ../requirements.txt
pip3 install -r ../requirements.txt --break-system-packages


if [ -d "/opt/hue-emulator" ]; then
Expand Down

0 comments on commit a72a1f6

Please sign in to comment.