We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbab3d commit 8d551cfCopy full SHA for 8d551cf
1 file changed
install-dev-dependencies.sh
@@ -14,7 +14,7 @@ if type apt-get >/dev/null ; then
14
fi
15
sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev \
16
$BROWSERS zip sqlite3 python-pip libcurl4-openssl-dev \
17
- $CHROMEDRIVER
+ libssl-dev $CHROMEDRIVER
18
elif type brew >/dev/null ; then
19
brew list python &>/dev/null || brew install python
20
brew install libxml2 gnu-sed chromedriver
0 commit comments