mirror of
https://0xacab.org/johnxina/rat.git
synced 2024-12-23 04:59:09 +00:00
Correct the previous README
This commit is contained in:
parent
c47fef51f8
commit
ad9a02c613
@ -10,7 +10,6 @@ $ cd rat
|
||||
$ virtualenv venv
|
||||
$ . venv/bin/activate
|
||||
(venv) $ pip install -r requirements.txt
|
||||
(venv) $ patch -p1 < aiotieba-handle-exception-expose.patch
|
||||
```
|
||||
|
||||
若 `patch` 命令提示需要文件路径,输入对应路径即可。
|
||||
@ -20,7 +19,7 @@ $ . venv/bin/activate
|
||||
调试运行(已知在生产环境下有内存溢出):
|
||||
|
||||
```
|
||||
(venv) $ python main.py
|
||||
(venv) $ python app.py
|
||||
```
|
||||
|
||||
生产环境运行:
|
||||
|
Loading…
Reference in New Issue
Block a user