1.download python 2.xx
2.install python
3.download fun package(eg:oas, and the .py file) ,and upcompress to the local path
4.open cmd ,cd the py file path, run ' python setup.py install '
5.end, open cmd, u can run ' *.py' , eg:‘oassdk.py cp -h’
本文详细介绍了Python的安装步骤,包括如何下载Python并完成基本安装。此外还讲解了如何下载第三方包,并通过命令行进行安装,使得用户可以在本地环境中运行特定的Python脚本。
1.download python 2.xx
2.install python
3.download fun package(eg:oas, and the .py file) ,and upcompress to the local path
4.open cmd ,cd the py file path, run ' python setup.py install '
5.end, open cmd, u can run ' *.py' , eg:‘oassdk.py cp -h’
1089
824
588
2859

被折叠的 条评论
为什么被折叠?