PyCharm 安装 pip

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


安装 tornado

找到 pip 的安装目录,在 Python 安装目录的 Scripts 目录下
win + R 键调出 命令提示符
进入 pip 命令所在的目录,使用 pip install tornado 安装

如果想方便的使用 pip 命令,可以把文件目录加入到 windos 的环境变量中

posted @ 2018-06-18 23:28  klvchen  阅读(77172)  评论(0编辑  收藏  举报