We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e99f6d commit fac0346Copy full SHA for fac0346
install-dev-dependencies.sh
@@ -3,7 +3,7 @@
3
# HTTPS Everywhere
4
set -o errexit -o xtrace
5
if type apt-get >/dev/null ; then
6
- sudo apt-get install libxml2-dev python-dev \
+ sudo apt-get install libxml2-dev libxslt1-dev python-dev \
7
firefox chromium-browser zip sqlite3
8
elif type brew >/dev/null ; then
9
brew install python libxml2 gnu-sed
0 commit comments