How To Install Pythonmodules
How To Install Pythonmodules
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
• 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