Skip to content

Commit 4e34e5c

Browse files
author
authored
docs(readme): update README.md
1 parent 992b4f9 commit 4e34e5c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
├── sekai #sekai包,主要管理模拟访问和下载
4242
│ ├── voice.py
4343
│   ├── __init__.py
44-
── resource #下载到的文件都存放在这个文件夹里
44+
│── resource #下载到的文件都存放在这个文件夹里
4545
4646
├── tests
4747
└── venv
@@ -63,19 +63,17 @@ character = 14
6363
- 如有需要,可以继续修改下载间隔interval(默认30秒),请勿调整过小,极容易触发`503`
6464

6565
### 运行
66-
> Python > 3.8, Tested by Python 3.10
67-
>
68-
> 建议启用虚拟环境venv
69-
66+
- Python > 3.8, Tested by Python 3.10
67+
- 启用虚拟环境venv
7068
```bash
71-
python3 -m venv .venv
72-
source .venv/bin/activate
69+
python3 -m venv .venv
70+
source .venv/bin/activate
7371
```
74-
72+
- 安装依赖
7573
```bash
7674
pip install -r requirements.txt
7775
```
78-
76+
- 运行程序
7977
```bash
8078
python3 ./main.py
8179
```
@@ -103,4 +101,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
103101
请注意!使用本程序你将默认同意,所有资源的版权方归`Project Sekai``SEGA`以及资源托管站(及其他们的许可要求),本程序和`SEGA`和资源站`sekai.best`团体没有关系,您将保证不对二者产生任何不利影响。本程序仅供进行技术学习和交流,使用本程序所带来的一切法律后果由用户自行承担。
104102

105103
## 感谢
106-
感谢sekai.best资源站为大家提供关于PJSK的资源服务。
104+
感谢sekai.best资源站为大家提供关于PJSK的资源服务。

0 commit comments

Comments
 (0)