Correct the previous README

This commit is contained in:
John Xina 2024-02-19 22:09:36 +08:00
parent c47fef51f8
commit ad9a02c613

View File

@ -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
```
生产环境运行: