Skip to content

Commit 20dadff

Browse files
committed
Update install-dev-dependencies.
1 parent c50692a commit 20dadff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install-dev-dependencies.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
set -o errexit -o xtrace
55
if type apt-get >/dev/null ; then
66
sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev \
7-
firefox chromium-browser zip sqlite3 python-pip
7+
firefox chromium-browser zip sqlite3 python-pip libcurl4-openssl-dev
88
elif type brew >/dev/null ; then
99
brew install python libxml2 gnu-sed
1010
if ! echo $PATH | grep -ql /usr/local/bin ; then
1111
echo '/usr/local/bin not found in $PATH, please add it.'
1212
fi
1313
fi
1414
pip install --user --no-allow-insecure --no-allow-external -r requirements.txt
15+
cd https-everywhere-checker
16+
pip install --user -r requirements.txt
17+
cd -
1518
# Get the addon SDK submodule
1619
git submodule init
1720
git submodule update

0 commit comments

Comments
 (0)