Skip to content

Installation

Install Python

RapidGBM requires Python to be installed on your system. You can download and install Python from the official website.

Install RapidGBM

You can install RapidGBM from Pypi using pip, Python's package manager. Open your terminal or command prompt and run the following command:

pip install rapidgbm 

Requirements:
- Python 3.9 or higher

(This will download and install the latest version of RapidGBM and its dependencies.)

Verify Installation

After installation, you can verify that RapidGBM is installed correctly by importing it in a Python script or interpreter:

import rapidgbm

If no errors occur, RapidGBM is successfully installed on your system.