mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2025-09-17 01:56:25 +00:00
不要更新!这里不能用!不要更新!这里不能用!
This commit is contained in:
@ -119,6 +119,8 @@
|
||||
```bash
|
||||
pip install mido
|
||||
pip install brotli
|
||||
pip install Musicreater
|
||||
pip install TrimLog
|
||||
```
|
||||
|
||||
安装成功后您可能会见到类似下图的提示:
|
||||
@ -142,14 +144,14 @@ pkg install git
|
||||
1. 使用Git下载本库及其示例代码
|
||||
|
||||
```bash
|
||||
git clone -b pkgver https://gitee.com/EillesWan/Musicreater.git MSCTpkgver
|
||||
git clone https://gitee.com/TriM-Organization/Linglun-Converter.git llc
|
||||
```
|
||||
|
||||
当上述命令执行成功,你会在执行此命令的所在位置发现一个名为 `MSCTpkgver` 的文件夹,其中包含的正是我们心心念念下载的本程序和示例代码。
|
||||
当上述命令执行成功,你会在执行此命令的所在位置发现一个名为 `llc` 的文件夹,其中包含的正是我们心心念念下载的本程序和示例代码。
|
||||
而我们要运行的也正是示例代码,因此,赶快进入下载到的文件夹:
|
||||
|
||||
```bash
|
||||
cd MSCTpkgver
|
||||
cd llc
|
||||
```
|
||||
|
||||
1. 开始使用演示程序
|
||||
@ -157,7 +159,7 @@ pkg install git
|
||||
依照你的需要,执行以下命令以运行库的演示程序:
|
||||
|
||||
```bash
|
||||
python magicDemo.py
|
||||
python llc_cli.py
|
||||
```
|
||||
|
||||
运行成功了,哦耶!
|
||||
|
Reference in New Issue
Block a user