Skip to content

Commit c9fd837

Browse files
authored
Update install.sh
1 parent e7b7d39 commit c9fd837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo -e "\nInstalling dependencies....\n"
66

77
sudo apt update
88
sudo apt -y install libssl-dev libxxhash-dev python3 python3-pip
9-
python3 -m pip install matplotlib seaborn
9+
python3 -m pip install matplotlib seaborn --break-system-packages
1010

1111
# Build choices
1212

0 commit comments

Comments
 (0)