python安装
Python 版本 Python 3.11.9 |Python.org
- 双击Python-3.11.9-amd64.exe
- 选择Customize installation自定义安装路径,勾选下方两个选项
- 出现Setup was successful页面表示安装成功
python测试
打开win+R输入cmd>python
输入exit()+enter即可退出
numpy
pip3 install numpy -i https://mirrors.aliyun.com/pypi/simple/
python
import numpy
pandas
pip3 install pandas -i https://mirrors.aliyun.com/pypi/simple/
python
import pandas
Matplotlib
pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
查看版本
python -m pip list
安装notebook
pip3 install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter notebook