-
Notifications
You must be signed in to change notification settings - Fork 21
Installing McPy
McPy requires Python 3.8.0 or higher, so please install that first. Docs on how to install it are located at Python's Website.
Once you have Python installed, you can download McPy by downloading the zip file located at McPy Repo under the green "Code" menu. Then, once you have downloaded the file, unzip it and open the folder that it was unzipped into. Then in a terminal/command prompt, run python3 dependencies.py (or if you are on Debian-based distributions, run as superuser). All the required dependencies will install, and then you can run python3 main.py to run the server.
Once you have Python installed, you can clone McPy's git repository by running git clone https://github.com/mcpyproject/McPy.git in your terminal/command prompt. Then enter into the McPy folder and run python3 dependencies.py (or if you are on Debian-based distributions, run as superuser). All the required dependencies will install, and then you can run python3 main.py to run the server.
Be sure to visit our page on configuring McPy to learn the configuration!
If you have any questions, join our discord server (https://discord.gg/npKqxUChJQ).