Install Java Runtime Environment (JRE):

Windows, Mac, and Linux

follow the links for your Operating System
  1. Download the Installer: Go to the Oracle Java Downloads Page.
  2. Select the Version: Choose either the Windows Offline or Windows Online installer (usually the 64-bit version).
  3. Run the Setup: Open the downloaded .exe file from your computer's Downloads folder.
  4. Install: Click Install on the setup window and follow the brief prompts until it finishes.
More instructions: Java.com

Python

The current version of Python is Python3.xx

Linux

Most likely, Python is already installed. go to command prompt and type "python3 --version " to If python is not installed, open your distro's repository ap and download it, or go to python.org.

Windows

  1. Go to the Python Downloads Page for Windows.
  2. Click the link for the latest Python 3 release (e.g., Python 3.14+).
  3. Run the downloaded .exe installer.
  4. Important: At the bottom of the first screen, check both "Add python.exe to PATH" and "Use admin privileges".
  5. Click "Install Now".
  6. Open a new Command Prompt or PowerShell and type python --version to verify.

Mac

Go to the Python Downloads Page for macOS. Click the button to download the latest macOS installer (e.g., universal2 installer). Open the downloaded .pkg file. Click "Continue" through the installation prompts, and then "Agree" to the license agreement. Click "Install" and enter your Mac password when prompted to authorize the installation. Open your Terminal and type python3 --version to verify.

Java