Installation from Source
Available on Windows, macOS and Linux.
Prerequisites
Python 3.12 or later is required. You can download it from python.org.
Clone the Repository
git clone https://github.com/crillab/PyImageLabeling.git
cd PyImageLabeling
Set Up the Python Path
If needed, add the parent directory to your PYTHONPATH:
export PYTHONPATH="${PYTHONPATH}:${PWD}/.."
Install Dependencies
Upgrade pip first:
python3 -m pip install --upgrade pip
Then install PyImageLabeling and its dependencies (numpy, pyqt6, opencv-python, pillow, matplotlib) in editable mode:
python3 -m pip install -e .
Run
python3 -m PyImageLabeling