当你使用 [
python.org](
https://www.python.org) 的官方安装程序安装 Python 时,它通常会将 `pip` 作为安装过程的一部分。以下是你需要了解的内容:
When you install Python using the official installer from [
python.org](
https://www.python.org), it typically includes `pip` as part of the installation process. Here's what you need to know:
1. Check if `pip` is Installed
安装 Python 后,可以通过打开命令提示符并运行来验证是否安装了 `pip`:
After installing Python, you can verify if `pip` is installed by opening the Command Prompt and running: </