小改动

This commit is contained in:
EillesWan 2021-12-19 16:17:27 +08:00
parent 8c2c0cc464
commit 60c85c663e
6 changed files with 4 additions and 4 deletions

View File

@ -341,7 +341,7 @@ def __main__():
print(__author__+" 音·创<命令行模式> 当前核心版本 "+__version__+'\n')
print(__author__+" 音·创 —— 当前核心版本 "+__version__+'\n')
nowWorkPath = os.path.split(os.path.realpath(__file__))[0]

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#! python3
# W-YI 金羿
# QQ 2647547478

View File

@ -17,7 +17,7 @@
#### Windows7+
0. [Gitee下载需要登陆](https://gitee.com/EillesWan/Musicreater/repository/archive/master.zip)
[Github下载](https://github.com/EillesWan/Musicreater/archive/refs/heads/master.zip)本程序
[Github下载(慢)](https://github.com/EillesWan/Musicreater/archive/refs/heads/master.zip)本程序
1. 安装Python 3.8.10
[下载64位安装包](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe)
[下载32位安装包](https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe)

BIN
msctspt/__init__.pyc Normal file

Binary file not shown.

View File

@ -99,7 +99,7 @@ class report():
class version:
libraries = ('mido','amulet','amulet-core','amulet-nbt','piano_transcription_inference','pypinyin','briefcase','toga','pyinstaller','kivy','py7zr','websockets')
libraries = ('mido','amulet','amulet-core','amulet-nbt','piano_transcription_inference','pypinyin','briefcase','toga','pyinstaller','py7zr','websockets','torch')
'''当前所需库,有一些是开发用的,用户不需要安装'''
version = ('0.0.4.3','Beta',)