How to install Pip,xlrd__python in Python

Source: Internet
Author: User

Before installing the PIP, the first thing we need to do is make sure that we have Python installed.

Install PIP

(1) See if PIP is installed
Enter the cmd command window and enter the PIP--version to see if the PIP is installed, and if the following figure shows that the PIP is installed, go directly to step (3)


Figure 2-1
Otherwise, as Figure 2-2 shows, the PIP is not installed,


Figure 2-2
Need to enter (2) to start installing PIP.
(2) Install Pip
The PIP is used to install subsequent packages, and you need to confirm that Python and Easy_install are installed before you install the PIP.
If Python is successfully installed, Easy_install is under the Scripts folder under the Python installation directory, such as D:\softwares_diy\Python34\Scripts.
Enter the scripts path under the Python installation directory to perform
Easy_install.exe pip


Figure 2-3
The following illustration shows that PIP was installed successfully.


Figure 2-4
View pip version, enter Pip--version, carriage return appears PIP 7.1.2:


Install XLRD and XLWT





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.