-
Notifications
You must be signed in to change notification settings - Fork 38
Usage
Ashwin Vinod edited this page Jan 27, 2021
·
11 revisions
Directions for installation and (what a surprise) usage.
- 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
Same as Linux
- 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.