centos6.4 *64 Linux installation request and BeautifulSoup

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.