We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6212e commit 1eeaf08Copy full SHA for 1eeaf08
install-dev-dependencies.sh
@@ -4,14 +4,14 @@
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
+ firefox chromium-browser zip sqlite3 python-pip
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 -r requirements.txt
+pip install --user --no-allow-insecure --no-allow-external -r requirements.txt
15
# Get the addon SDK submodule
16
git submodule init
17
git submodule update
0 commit comments