Created
March 18, 2015 18:34
-
-
Save c0ldlimit/22b636302e79b8a64a30 to your computer and use it in GitHub Desktop.
#phantomjs nodejs and selenium install notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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