打开 File --> Settings --> Project Interpreter --> 点击右边 + 号 --> 搜索栏输入 pip --> 点击 Install Package 按钮

PyCharm 安装 pip
PyCharm 安装 pip

安装 tornado

找到 pip 的安装目录,在 Python 安装目录的 Scripts 目录下
win + R 键调出 命令提示符
进入 pip 命令所在的目录,使用 pip install tornado 安装
PyCharm 安装 pip
如果想方便的使用 pip 命令,可以把文件目录加入到 windos 的环境变量中

相关文章:

  • 2021-10-08
  • 2021-07-09
  • 2021-06-28
  • 2021-10-09
  • 2021-06-28
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2021-08-03
  • 2022-12-23
  • 2021-04-28
  • 2021-08-09
  • 2021-10-25
  • 2021-06-30
相关资源
相似解决方案