Skip to content

Welcome to IVAO tracker

codecov CI

This project started as a playground to learn the Python language. The git repository has been generated with this template.

Requirements

You need poetry.

Setup

Install dependencies:

make install

Activate the virtual environment:

source $(poetry env info --path)/bin/activate

Usage

Run the tests:

make test

Run the code:

python -m ivao_tracker

docker build -f Dockerfile -t ivao --progress=plain ..