0% found this document useful (0 votes)
1 views4 pages

How To Install Pythonmodules

To install Python, download the latest version from python.org and install it on your Windows OS. To install a Python module, open the command prompt as an administrator and check if the module is installed by typing 'import matplotlib'; if not, use 'pip install matplotlib' to install it. Ensure you have internet access for the installation process.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views4 pages

How To Install Pythonmodules

To install Python, download the latest version from python.org and install it on your Windows OS. To install a Python module, open the command prompt as an administrator and check if the module is installed by typing 'import matplotlib'; if not, use 'pip install matplotlib' to install it. Ensure you have internet access for the installation process.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

How to install Python

modules
How to install Python
• Open your browser
• Type python.org in the address bar and press the enter
key
• Download and install the latest version of python. For
windows OS
How to install Python module
• Type CMD(command) in the search box

• Right click on the cmd prompt (popup )and select run


as administrator
How to install Python module
How to check if the module is already installed or not
1. In the command prompt >>>> type python
2. Type >>>> import matplotlib

• If prompted that ‘no module named matplotlib’ then move to step 3

• PIP is a tool that is installed automatically if you have python version 2.7.9 or above. Pip is a tool
used to installs python modules
3. Type >>> pip install matplotlib

Note: you need internet access to complete this task


:

You might also like