mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2024-11-11 09:37:27 +08:00
update docs/download&start/Android.md. 修正错误
Signed-off-by: Eilles Wan <w-yi_doctoryi@outlook.com>
This commit is contained in:
parent
e432b1caba
commit
8e824157f9
@ -100,10 +100,9 @@
|
|||||||
# 首先换源
|
# 首先换源
|
||||||
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
|
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
|
||||||
# 然后安装(依次执行下面的指令)
|
# 然后安装(依次执行下面的指令)
|
||||||
pip install mido
|
apt-get install python-numpy
|
||||||
pip install brotli
|
pip install brotli TrimMCStruct
|
||||||
pip install Musicreater
|
pip install Musicreater TrimLog
|
||||||
pip install TrimLog
|
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -120,10 +119,8 @@
|
|||||||
之后再来安装即可
|
之后再来安装即可
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install mido
|
pip install brotli TrimMCStruct
|
||||||
pip install brotli
|
pip install Musicreater TrimLog
|
||||||
pip install Musicreater
|
|
||||||
pip install TrimLog
|
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -133,7 +130,7 @@
|
|||||||
|
|
||||||
### 安装下载工具
|
### 安装下载工具
|
||||||
|
|
||||||
既然已经有了运行环境,那么我们就需要下载下我们的**音·创库版示例代码**工具,我非常推崇**Git**这种方便快捷好用还能下载仓库的代码管理器,这个世界上你也找不到第二个,所以我们来安装一下:
|
既然已经有了运行环境,那么我们就需要下载一个用来下载我们的**伶伦转换器**的工具,我非常推崇**Git**这种方便快捷好用还能下载仓库的代码管理器,这个世界上你也找不到第二个,所以我们来安装一下:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pkg install git
|
pkg install git
|
||||||
@ -143,7 +140,7 @@ pkg install git
|
|||||||
|
|
||||||
<img height="512" src="https://foruda.gitee.com/images/1665933331269483373/9374c85d_9911226.jpeg">
|
<img height="512" src="https://foruda.gitee.com/images/1665933331269483373/9374c85d_9911226.jpeg">
|
||||||
|
|
||||||
## 本代码库的下载与演示程序的使用
|
## 本软件的下载与演示程序的使用
|
||||||
|
|
||||||
1. 使用Git下载本库及其示例代码
|
1. 使用Git下载本库及其示例代码
|
||||||
|
|
||||||
@ -158,9 +155,9 @@ pkg install git
|
|||||||
cd llc
|
cd llc
|
||||||
```
|
```
|
||||||
|
|
||||||
1. 开始使用演示程序
|
1. 开始使用命令行程序
|
||||||
|
|
||||||
依照你的需要,执行以下命令以运行库的演示程序:
|
依照你的需要,执行以下命令以运行程序:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python llc_cli.py
|
python llc_cli.py
|
||||||
|
Loading…
Reference in New Issue
Block a user