Installing
-
3. Installing PIP
How to Install PIP on Red Hat Linux
-
4. Installing Pip Packages
Again to Install PIP Packages:
sudo pip install pyopenssl pyasn1 testresources
And then also:
sudo pip install requests[security]
-
5. Downloading PhantomJS
Download PhantomJS for GNU/Linux
-
6. Installing PhantomJS
Next to Extract and Setup PhantomJS
In one Command:sudo tar -xjvf ~/downloads/phantomjs --strip-components 1 /opt/phantomjs/
(Optional) This to Run it Shorter on Shell:
sudo ln -s /opt/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
Contents