Install on Mac

To run Pythonator on your laptop or desktop Mac you need to install the Python programming language, the PyCharm IDE (integrated development environment for writing Python programs), and the Minetest game. This section is for users of macOS 10.11 or later who are uncomfortable with using the command line. If you are comfortable using the command line, or running an older version of macOS, see the advanced section.

Python 3.8 or later

From the Python website download and install Python 3.11.2. Default settings are fine during the install.

PyCharm 2022.3 or later with Jetbrains Academy plugin

Download and install PyCharm v2022.3 for Mac. Choose the free community edition. You will need to select either Intel or Apple Silicon. Then you will need to install the Jetbrains Academy plugin (previously called Edutools plugin), instructions of which are in “set up Pycharm” below. This plugin in PyCharm creates the product previously known as PyCharm Edu.

Minetest 5.6.1

Minetest is now supported on Mac. Read instructions at https://www.minetest.net/downloads/

Old instructions for Minetest

If you are running macOS 10.11.6 or later you can download a prebuilt version of minetest 5.0. To install, unzip the downloaded zip file and drag the minetest icon on to the Applications folder. (To unzip right click and select “Open with” -> “archive utility”).

To run the first time right-click the minetest icon in Applications folder and click “Open”. There might be a security warning but you will then be able to click “Open” button.

Setup

The next step is to set up PyCharm.