Skip to content

Commit

Permalink
Add workaround for pypa/setuptools#1042
Browse files Browse the repository at this point in the history
# Conflicts:
#	util/WebRequest/tests/test_phantom.py
  • Loading branch information
fake-name committed Jun 1, 2017
1 parent 1bf47ab commit 4588746
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ function setup_phantomjs() {

function setup_headless_chrome() {

# sudo add-apt-repository ppa:saiarcot895/chromium-dev
# sudo apt-get update
# sudo apt-get install -y chromium-codecs-ffmpeg-extra
# sudo apt-get download chromium-browser
# sudo dpkg -i --force-all chromium-browser*.deb


set +e


Expand Down Expand Up @@ -92,6 +99,7 @@ else
./venv/bin/python3 get-pip.py
rm get-pip.py
source venv/bin/activate
./venv/bin/pip install six
./venv/bin/pip install cython
./venv/bin/pip install requests
./venv/bin/pip install chromedriver_installer
Expand Down

0 comments on commit 4588746

Please sign in to comment.