[Help] [Lectures] [Login]
Install Python On Windows 10
- 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).
- Run the installer. Check "pip" and "tcl/tk and IDLE" while installing.
- Run "Windows PowerShell" (it comes with Win10, no need to install).
- In PowerShell run "pip install sympy"
- In PowerShell run "pip install numpy"
- In PowerShell run "pip install scipy"
- In PowerShell run "pip install matplotlib"
- Install more python libraries (astropy, healpy, ...) if you want.
- Enjoy python with python IDLE.
CopyRight@Zhiqi Huang