Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Installing McPy

Owen Shaule edited this page Jul 7, 2021 · 2 revisions

Installing Python

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!

Clone this wiki locally