Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created March 18, 2015 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0ldlimit/22b636302e79b8a64a30 to your computer and use it in GitHub Desktop.
Save c0ldlimit/22b636302e79b8a64a30 to your computer and use it in GitHub Desktop.
#phantomjs nodejs and selenium install notes
sudo apt-get install nodejs
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
npm -g install phantomjs
pip install selenium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment