Skip to content

Commit

Permalink
docs(readme): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
authored Aug 2, 2023
1 parent 992b4f9 commit 4e34e5c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
├── sekai #sekai包,主要管理模拟访问和下载
│ ├── voice.py
│   ├── __init__.py
── resource #下载到的文件都存放在这个文件夹里
│── resource #下载到的文件都存放在这个文件夹里
├── tests
└── venv
Expand All @@ -63,19 +63,17 @@ character = 14
- 如有需要,可以继续修改下载间隔interval(默认30秒),请勿调整过小,极容易触发`503`

### 运行
> Python > 3.8, Tested by Python 3.10
>
> 建议启用虚拟环境venv
- Python > 3.8, Tested by Python 3.10
- 启用虚拟环境venv
```bash
python3 -m venv .venv
source .venv/bin/activate
python3 -m venv .venv
source .venv/bin/activate
```

- 安装依赖
```bash
pip install -r requirements.txt
```

- 运行程序
```bash
python3 ./main.py
```
Expand Down Expand Up @@ -103,4 +101,4 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
请注意!使用本程序你将默认同意,所有资源的版权方归`Project Sekai``SEGA`以及资源托管站(及其他们的许可要求),本程序和`SEGA`和资源站`sekai.best`团体没有关系,您将保证不对二者产生任何不利影响。本程序仅供进行技术学习和交流,使用本程序所带来的一切法律后果由用户自行承担。

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

0 comments on commit 4e34e5c

Please sign in to comment.