We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50692a commit 20dadffCopy full SHA for 20dadff
install-dev-dependencies.sh
@@ -4,14 +4,17 @@
4
set -o errexit -o xtrace
5
if type apt-get >/dev/null ; then
6
sudo apt-get install libxml2-dev libxml2-utils libxslt1-dev python-dev \
7
- firefox chromium-browser zip sqlite3 python-pip
+ firefox chromium-browser zip sqlite3 python-pip libcurl4-openssl-dev
8
elif type brew >/dev/null ; then
9
brew install python libxml2 gnu-sed
10
if ! echo $PATH | grep -ql /usr/local/bin ; then
11
echo '/usr/local/bin not found in $PATH, please add it.'
12
fi
13
14
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 -
18
# Get the addon SDK submodule
19
git submodule init
20
git submodule update
0 commit comments