Get started

Installation

As a dependency

To install teklia-yolo as a dependency, you need to first add the following line to your requirements.txt file:

teklia-yolo

Then you can install it via pip:

pip install -r requirements.txt

Directly

To install teklia-yolo directly, you can install it via pip:

pip install teklia-yolo

To learn more about the newly installed teklia-yolo command, make sure to run:

teklia-yolo --help

As an editable package

For doing tests and development, you may install it as an editable package via pip in your local clone:

pip install -e .

Get started with: