Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.13 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.13 KB

Mockingbird - Simulator

digiLab slack

Python DataFrame-based ATC simulator.

Table of Contents

Requirements

Quickstart

Clone the repository and cd into it:

git clone https://github.com/digiLab-ai/mockingbird-simulator.git
cd simulator

Copy the .env.example file to .env and fill out any missing values:

cp .env.example .env
open .env

Install the dependencies:

poetry install

Run the simulator:

poetry run python examples/run.py

Run from the top-level of the repository.

Testing

Run the test suite with pytest:

poetry run pytest