Skip to content

Installation

To use the library, you'll need to have at least Python 3.7 installed on your computer. Once you've verified that you have Python installed, you can follow these steps to install the library:

1. Install the library using pip

pip install --upgrade brightest-path-lib

or

2. Install from source

This is assuming you have git installed!

git clone https://github.com/mapmanager/brightest-path-lib.git
cd brightest-path-lib
pip install -e .

Verify installation

Once you've installed the library, you can import it into your Python code using the following command:

import brightest_path_lib

And then check the version:

brightest_path_lib.__version__