How to install python and important libraries

TO DOWNLOAD PYTHON FOR WINDOWS https://www.python.org/downloads/windows

Python Releases for Windows

https://www.python.org/downloads/release/python-374/

TO UPGRADE PIP python -m pip install –upgrade pip

        TO INSTALL PYTHON PANDAS

  • Python shell must be installed in your System
  • Open command prompt as an Administrator
  • Go to the directory/folder script
  • pip install pandas

TO INSTALL MATPLOTLIB

  • Python shell must be installed in your System
  • Open command prompt as an Administrator
  • Go to the directory/folder script
  • type :pip install matplotlib
Advertisement