📜  linux python安装轮——Python代码示例

📅  最后修改于: 2022-03-11 14:46:20.691000             🧑  作者: Mango

代码示例3
"""to install a python module just use pip command"""
"""open cmd as administrator and write this command"""
pip install 
"""for ex. pip install pandas"""
##before writing command first change environment variable to your pip file location