Add Python 3.8 to Path,选择Install Now,等待安装完成,直接关闭。python,检查是否进入了Python输入界面。IDLE(Python 3.8 32-bit)shell工具,可以使用Pthon 3.8(23-bit)cmd命令工具,也可以使用其他IDE工具。pip --version查看是否返回版本号信息即可判断是否安装成功。pip --versionpip --helppip isntall -U pippip install SomePackagepip install SomePackage==1.0.4pip install SomePackage>=1.0.4pip isntall --upgrade SomePackagepip uninstall SomePackagepip search SomePackagepip showpip show -f SomePackagepip list原文:https://www.cnblogs.com/fuxuyang/p/11703257.html