📜  pip - 任何代码示例

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

代码示例6
pip install 
#This installs the files.

import 
#This makes the classes and functions in the files ready for use in your Python project.
#Some packages are pre-installed, you can import them using import  without installing them via pip install .
#This website has a list of pre-installed packages - https://docs.qubole.com/en/latest/user-guide/package-management/pkgmgmt-preinstalled-packages.html.