You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installing McPy
Option 1 (ZIP Archive)
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.
Option 2 (Git Clone)
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!