Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 595 Bytes

python_Installation_instructions.md

File metadata and controls

13 lines (9 loc) · 595 Bytes

Python Installation

Installing Python

  • Download Python
  • Ensure you download the correct version suitable for your desktop/laptop (32bit Vs 64bit, etc)
  • Installing Python is a straight forward process, follow the installation instructions
  • Latest version of Python install includes pip
  • you can find pip executable under Scripts directory

Installing Jupyter

  • Install Jupyter using - pip install jupyter ( This needs Internet connection to download the necessay packages)