File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3636docs /build /
3737docs /source /_build
3838
39- # General dummy files:
39+ # General test/build files:
4040
4141test.py
42+ build_exe.bat
43+ build_pypi.sh
44+ build_pypi.bat
Original file line number Diff line number Diff line change @@ -108,6 +108,11 @@ if rcon.login("password"):
108108
109109 The above command will generate the help menu for mcli. To learn more about mcli, please check out the
110110 [ mcli documentation] ( https://mctools.readthedocs.io/en/latest/mcli.html ) .
111+
112+ We supply mcli as an executable built using pyinstaller under releases
113+ for windows systems that don't have python installed.
114+ The exe file provided may be buggy or have some weird quirks,
115+ so it is recommended to invoke mcli via python.
111116
112117 # Documentation
113118
@@ -121,7 +126,7 @@ if rcon.login("password"):
121126 If you encounter a bug or any other event that does not seem normal,
122127 then please open an issue, or email me personally.
123128 I will be sure to get back to you as soon as possible.
124-
129+
125130 Your feedback and reports are appreciated!
126131 Your comments and issues are an excellent way to correct issues with mctools.
127132
You can’t perform that action at this time.
0 commit comments