Running from Source
-
Install Python 3.7+
-
We recommend setting up a python virtual environment so you don't run into issues with dependency conflicts.
-
Install amulet-map-editor and its dependencies.
Install latest full release
python -m pip install amulet-map-editor --upgrade
Install latest beta
python -m pip install amulet-map-editor --upgrade
4. run python amulet_map_editor to run the program
On some operating systems Python 3 uses the command python3 rather than just python so you will need to swap that out if that is the case.