We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b7d39 commit c9fd837Copy full SHA for c9fd837
install.sh
@@ -6,7 +6,7 @@ echo -e "\nInstalling dependencies....\n"
6
7
sudo apt update
8
sudo apt -y install libssl-dev libxxhash-dev python3 python3-pip
9
-python3 -m pip install matplotlib seaborn
+python3 -m pip install matplotlib seaborn --break-system-packages
10
11
# Build choices
12
0 commit comments