mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-05 20:06:23 +00:00
2.6 KiB
2.6 KiB
Before we Use
Installing Terminal APP
We choose Termux as the Terminal APP as it is the powerful Linux simulator.
-
Dowloading
-
Installing
APK file is easy to install and you must know it without my instruments, you can see something like below after opening this app.
-
Finish
OK, congratulations for ok installing Termux.
Installing Runtime Environment
-
Installing Python
apt-get install python3
The picture left below is while you may enter
Y
to continue. Aftering succeed in installing you will see as right bicture below.OK, let try whether success installing Python via
python3 -V
Sth. like
Python 3.X.X
will occur if so. -
Installing dependences
pip install mido pip install brotli
Sth. like below will occur if successful.
Install Downloading Tool
Tired to translate, QwQ..... Sleep for a while and this can be a TO-DO.
既然已经有了运行环境,那么我们就需要下载下我们的音·创库版示例代码工具,我非常推崇Git这种方便快捷好用还能下载仓库的代码管理器,这个世界上你也找不到第二个,所以我们来安装一下:
pkg install git
安装完成后记得测试一下:
