Installing
- 
2. Installing PIPHow to Install PIP on Fedora GNU/Linux 
- 
3. Installing DependenciesThen to Install PhantomJS Requirements: sudo yum install gcc gcc-c++ make flex bison gperf ruby /nopenssl-devel freetype-devel fontconfig-devel libicu-devel sqlite-devel libpng-devel libjpeg-devel Again to Install PIP Packages: sudo pip install pyopenssl pyasn1 testresources And then also: sudo pip install requests[security] 
- 
4. Downloading PhantomJSDownload PhantomJS for GNU/Linux 
- 
5. Installing PhantomJSNext to Extract and Setup PhantomJS 
 All-in-one with:sudo tar -xjvf ~/downloads/phantomjs --strip-components 1 /opt/phantomjs/ 
- 
6. Making a SymLink(Optional) This to Run it Shorter on Shell: sudo ln -s /opt/phantomjs/bin/phantomjs /usr/local/bin/phantomjs 
Contents
