本程序并未公布正式版,如果您是体验者,请在克隆后将约等于48行的debug = True改为debug = False
这样可以关闭开发者模式
b站arrow-up-right
python
见下
logging
sys
os
PySide6
pip3 install PySide6
docopt
pip3 install docopt
minecraft_launcher_lib
pip3 install minecraft-launcher-lib
subprocess
webbrowser
typing
pip3 install typing
IPython
pip3 install ipython
time
requests
pip3 install requests
如果您使用ubuntu系统
如果您使用centos系统
如果您使用的是linux桌面发行版
Download Python | Python.orgarrow-up-right
如果您使用macos系统
brew安装
pkg安装
如果您使用的是Windows系统
您可以通过 python3 mine.py help查看更多
ReadtheDocsarrow-up-right
GitBookarrow-up-right
GitHubWikiarrow-up-right
Officearrow-up-right
提交是github充满活力的重要一环,但是正确提交同样重要。与常规提交不同,push之后我们会截拦您的请求,并进行审核。由于精力有限,一般提交会在3-4周处理。在提交的同时需要提交一份issue说明书。以便我们了解你的改动内容,作用。如有在5周您的commit或issue并未的到管理员回复,可以标记紧急以供查看。
Last updated 2 years ago
sudu apt-get python3
sudo yum -y install python3
brew install python3