Linux Centos6.4 *64 installation request and BeautifulSoup
Requests is an HTTP library that uses Apache2 Licensed licenses. Written in Python, written for humans.
Beautiful Soup is a html/xml parser written in Python that handles non-canonical markup and generates a parse tree. It provides simple and common navigation (navigating), search and modify the parse tree operation. It can greatly save your programming time.
Method One
Curl-ol Https://github.com/kennethreitz/requests/zipball/masterunzip mastercd kennethreitz-requests-46d6460/ Python2 setup.py Install
Method Two
or directly clone a public repository
git clone git://github.com/kennethreitz/requests.gitcd requests/python2 setup.py Install
Installing BeautifulSoup
wget HTTP://WWW.CRUMMY.COM/SOFTWARE/BEAUTIFULSOUP/BS4/DOWNLOAD/4.3/BEAUTIFULSOUP4-4.3.2.TAR.GZTAR-ZXVF beautifulsoup4-4.3.2.tar.gz CD beautifulsoup4-4.3.2python2 setup.py install
Note:
If there are multiple versions of Python each version needs to be installed once
centos6.4 *64 Linux installation request and BeautifulSoup