Skip to main content

Python 环境的设置

下载

https://www.python.org/downloads/

python3 --version
python3 -m pip --version

Windows

Linux

sudo apt-get install python3
sudo apt-get install python3-pip

Mac

brew install python3

镜像

https://pypi.tuna.tsinghua.edu.cn/simple
python3 -m  pip install -i https://pypi.tuna.tsinghua.edu.cn/simple openai -v