mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
修改安装命令
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
cd OneForAll/oneforall
|
cd OneForAll/
|
||||||
pipenv install python 3.7.4
|
pipenv install python 3.7.4
|
||||||
pipenv run python oneforall.py --help
|
pipenv run python oneforall.py --help
|
||||||
```
|
```
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
* 使用pip3
|
* 使用pip3
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd OneForAll/oneforall
|
cd 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
|
||||||
```
|
```
|
||||||
@@ -96,6 +96,7 @@
|
|||||||
**✨使用演示**
|
**✨使用演示**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd oneforall
|
||||||
python3 oneforall.py --target example.com run
|
python3 oneforall.py --target example.com run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user