mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
修改安装命令
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
```bash
|
||||
pip3 install pipenv
|
||||
cd OneForAll/oneforall
|
||||
cd OneForAll/
|
||||
pipenv install python 3.7.4
|
||||
pipenv run python oneforall.py --help
|
||||
```
|
||||
@@ -85,7 +85,7 @@
|
||||
* 使用pip3
|
||||
|
||||
```bash
|
||||
cd OneForAll/oneforall
|
||||
cd OneForAll/
|
||||
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||
python3 oneforall.py --help
|
||||
```
|
||||
@@ -96,6 +96,7 @@
|
||||
**✨使用演示**
|
||||
|
||||
```bash
|
||||
cd oneforall
|
||||
python3 oneforall.py --target example.com run
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user