From 542db361b227d56b40484772600031d4977d22d7 Mon Sep 17 00:00:00 2001 From: AaronJny Date: Tue, 8 Jan 2019 14:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9linux=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=81=9A=E4=BA=86=E7=89=B9=E5=88=AB=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E3=80=82=201.=E4=BD=BF=E7=94=A8=20`python2=20-m=20pip?= =?UTF-8?q?=20install=20...`=E7=9A=84=E5=BD=A2=E5=BC=8F=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8F=AF=E4=BB=A5=E9=81=BF=E5=85=8D=E5=A4=9A?= =?UTF-8?q?=E7=89=88=E6=9C=ACpython=E3=80=81pip=E4=B8=8B=E7=9A=84=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E9=97=AE=E9=A2=98=EF=BC=8C=E5=90=A6=E5=88=99=E6=9C=89?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E4=BC=9A=E5=87=BA=E7=8E=B0=E5=B0=86=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=AE=89=E8=A3=85=E5=88=B0python3=E4=B8=8A=EF=BC=8C?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=97=A0=E6=B3=95=E8=BF=90=E8=A1=8C=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=E3=80=82=202.=E5=AF=B9root=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=92=8C=E9=9D=9Eroot=E7=94=A8=E6=88=B7=E5=81=9A=E4=BA=86?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E3=80=82=E5=BD=93=E9=9D=9Eroot=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=9B=B4=E6=8E=A5=E4=BD=BF=E7=94=A8`pip=20install=20.?= =?UTF-8?q?..`=E5=91=BD=E4=BB=A4=E5=AE=89=E8=A3=85=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=BC=9A=E5=AE=89=E8=A3=85=E5=88=B0=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E7=94=A8=E6=88=B7=E7=9B=AE=E5=BD=95=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E8=BF=90=E8=A1=8C=E9=A1=B9=E7=9B=AE=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=98=AF`sudo=20python=20run.py`=EF=BC=8C=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E7=9A=84=E6=98=AFroot=E7=94=A8=E6=88=B7=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=9A=84=E4=BE=9D=E8=B5=96=EF=BC=8C=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E4=BC=9A=E5=AF=BC=E8=87=B4=E9=A1=B9=E7=9B=AE=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=A4=B1=E8=B4=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e335e49..d4a5660 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ - 依赖库 - 依赖若快 若快注册地址:http://www.ruokuai.com/client/index?6726 推荐用若快,打码兔平台已经关闭 - 项目依赖包 requirements.txt - - 安装方法 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt + - 安装方法-Windows: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt + - 安装方法-Linux: + - root用户(避免多python环境产生问题): python2 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt + - 非root用户(避免安装和运行时使用了不同环境): sudo python2 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt - 项目使用说明 - 需要配置邮箱,可以配置可以不配置,配置邮箱的格式在yaml里面可以看到ex