[Help] [Lectures] [Login]

    Install Python On Windows 10
  1. Download python installer from http://www.python.org/download. Or if you want, use this link to get the same version as I did (python 3.8.2).
  2. Run the installer. Check "pip" and "tcl/tk and IDLE" while installing.
  3. Run "Windows PowerShell" (it comes with Win10, no need to install).
  4. In PowerShell run "pip install sympy"
  5. In PowerShell run "pip install numpy"
  6. In PowerShell run "pip install scipy"
  7. In PowerShell run "pip install matplotlib"
  8. Install more python libraries (astropy, healpy, ...) if you want.
  9. Enjoy python with python IDLE.


CopyRight@Zhiqi Huang