JoBase Lessons Demos Games Reference Download

Download Python

Visit python.org and click the Download button. This will download the latest Python source release.

Extract the file and open the terminal. Use cd to navigate to the Python folder, then type the following command.

./configure

Now you can build Python with GNU make. This may take a while.

make

Finally, use the command below to install Python. You may need to enter your password.

sudo make install

Install JoBase

Now you are ready to install JoBase. Type the following command into the terminal and hit enter.

pip install JoBase

You can test the installation by running one of our games.

python3 -m JoBase.examples.blue_hue

Install an IDE (optional)

We recommend using PyCharm to write and run your code. Visit jetbrains.com and download the community edition. Extract and install the program.

Download Python

Visit python.org and click the Download button. Run the executable, you will see a welcome screen. Check the box Add python.exe to PATH, then click Install Now.

Wait for the setup to complete and close the installer.

Install JoBase

Right click on the Start menu icon, then select Terminal. To install JoBase, type the following command and hit enter.

pip install JoBase

You can test the installation by running one of our demos.

python -m JoBase.examples.physics

Install an IDE (optional)

We recommend using PyCharm to write and run your code. Visit jetbrains.com and download the community edition.

Download Python

Visit python.org and click the Download button. Open the file and click Continue. Keep clicking continue and agree to the Python licence. Finally, click the Install button. You may be prompted to enter your password.

Once Python has successfully installed, you can close the installer.

Install JoBase

First, go to the Finder and search Terminal.app. Click the icon to open the terminal, then type the following command and hit enter.

pip install JoBase

You can test the installation by running one of our games.

python -m JoBase.examples.squirtcopter

Install an IDE (optional)

We recommend using PyCharm to write and run your code. Visit jetbrains.com and download the community edition.

Now you have the power to build awesome projects! Head to our lessons to get started with the basics of JoBase.