推荐使用Python 3.8

This commit is contained in:
shmilylty
2019-10-21 21:58:00 +08:00
parent 4dec25d187
commit 6f0cb70e02
4 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
你可以通过pip3和pipenv两种方法安装OneForAll的依赖(如果你熟悉[pipenv](https://docs.pipenv.org/en/latest/),那么推荐使用你使用pipenv):
* **Windows系统**(注意:如果你的Python3安装在系统Program Files目录下,如:`C:\Program Files\Python37`,那么请以管理员身份运行命令提示符cmd执行以下命令!)
* **Windows系统**(注意:如果你的Python3安装在系统Program Files目录下,如:`C:\Program Files\Python38`,那么请以管理员身份运行命令提示符cmd执行以下命令!)
1. 使用pipenv
@@ -10,7 +10,7 @@
cd OneForAll/
python -m pip install --user -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
pip3 install --user pipenv -i https://mirrors.aliyun.com/pypi/simple/
pipenv install --user --python 3.7
pipenv install --user --python 3.8
cd oneforall
pipenv run python oneforall.py --help
```
@@ -31,7 +31,7 @@
cd OneForAll/
python3 -m pip install --user -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install --user pipenv -i https://mirrors.aliyun.com/pypi/simple/
sudo pipenv install --user --python 3.7
sudo pipenv install --user --python 3.8
cd oneforall
pipenv run python3 oneforall.py --help
```
@@ -50,7 +50,7 @@
cd OneForAll/
python3 -m pip install --user -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
pip3 install --user pipenv -i https://mirrors.aliyun.com/pypi/simple/
pipenv install --user --python 3.7
pipenv install --user --python 3.8
cd oneforall
pipenv run python3 oneforall.py --help
```