Installation Instructions for the JITX App#

This guide walks you through the steps to install and log in to JITX.

Before using JITX, you must set up your JITX account – instructions have been sent to the email address that was used to sign-up. If you haven’t received the email, please check your spam folder.

JITX is shipped as an extension for Visual Studio Code. Therefore, we first install VSCode and then add the JITX extension for VSCode.

Note: JITX also requires Python 3.12 or later to be installed on your system.

Steps#

  1. Install Visual Studio Code

  2. Install Python

  3. Install the JITX VSCode Extension

  4. Open the sidebar

  5. Login to JITX

Install Visual Studio Code#

VSCode is an integrated development environment (IDE) which provides a cohesive development experience including an editor, compiler, and source control. The JITX compiler and UI are integrated with VSCode. To install VSCode:

  • MacOS

  • Linux (For Ubuntu use: sudo apt-get install code)

  • Windows (can also install from Microsoft store)

Install Python#

JITX requires Python 3.12 or later to be installed on your system.

You can download and install Python from the official Python website. See also the VSCode Python Tutorial for details on how to set up python in VSCode.

After installation, verify that Python is installed correctly by running the following command in your terminal or command prompt: python --version

Install the JITX VSCode Extension#

Click the Extensions icon the image of 4 squares - 3 squares have touching borders on the left vertical bar in the Activity Bar, search for jitx and you will see the following listing:

listing of the JITX extension with an install button

Click the Install button to start the installation process.

Open the sidebar#

Click on the JITX icon in the left hand activity bar to open the JITX sidebar.

 Screenshot of JITX with icon on the left hand side of the screen

Login to JITX#

Click the JITX icon the image is a black and white JITX logo on the left vertical bar in the Activity Bar and sign in with the username and password you created using the link from the welcome email.

Continue to next tutorial Tutorial: Creating a new Project