mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
调整对齐
This commit is contained in:
@@ -82,15 +82,14 @@
|
|||||||
cd oneforall
|
cd oneforall
|
||||||
pipenv run python3 oneforall.py --help
|
pipenv run python3 oneforall.py --help
|
||||||
```
|
```
|
||||||
```
|
|
||||||
|
* 使用pip3
|
||||||
* 使用pip3
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd OneForAll/oneforall
|
cd OneForAll/oneforall
|
||||||
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
python3 oneforall.py --help
|
python3 oneforall.py --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
如果在安装依赖过程中发现编译某个依赖库失败时可以参考[编译失败解决方法](./docs/building_fail_solution.md),如果还没有解决欢迎加群反馈。
|
如果在安装依赖过程中发现编译某个依赖库失败时可以参考[编译失败解决方法](./docs/building_fail_solution.md),如果还没有解决欢迎加群反馈。
|
||||||
|
|||||||
Reference in New Issue
Block a user