Skip to content
Ashwin Vinod edited this page Jan 27, 2021 · 11 revisions

Directions for installation and (what a surprise) usage.

Installing from source

Linux

  • First, clone the repository git clone https://github.com/py-mine/PyMine.git and move into that directory (cd PyMine)
  • Next, install the required Python packages via pip (python3 -m pip install -r requirements.txt)

If you are using PyPy, run pypy3 -m pip install -r requirements.txt

Windows

Same as Linux

Starting the server

  • To run the server, run python3 pymine inside the directory,
  • It is recommended you do not use regular Python, but PyPy3

If you are using PyPy, do pypy3 pymine to start the server.

The fastest, easiest to use, Python-based Minecraft Server.

Clone this wiki locally