Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra requirements #4

Open
jazzl0ver opened this issue Mar 18, 2019 · 0 comments
Open

Extra requirements #4

jazzl0ver opened this issue Mar 18, 2019 · 0 comments

Comments

@jazzl0ver
Copy link

Hi and thanks for this tool! I wasn't able to run it w/o installing some extra stuff (CentOS 7):

  1. virtualenv
    sudo pip install virtualenv
  2. Xvfb
    sudo yum install Xvfb
  3. geckodriver
    wget https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz
    tar zxf geckodriver-v0.23.0-linux64.tar.gz
    sudo mv geckodriver /usr/local/bin
  4. firefox
    sudo yum install firefox -y

Please, add it to the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant