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 1623935 commit 747292dCopy full SHA for 747292d
install.sh
@@ -2,7 +2,7 @@ set -e
2
3
if [ `uname` = "Linux" ] && type apt-get; then
4
# Debian/Ubuntu
5
- sudo apt-get install -y npm python3-dev cmake
+ sudo apt-get install -y npm python3-dev
6
fi
7
8
# this fancy syntax sets INSTALL_PYTHON_PATH to "python3.7" unless INSTALL_PYTHON_VERSION is defined
0 commit comments