Getting Started ===== .. _prerequisites: Prerequisites ------------ 1. GNU `make` utility (`link `_) 2. Python of version 3.7.13 (`link `_) 3. Packaging manager `poetry` (`link `_) 4. At least 2Gb on your hard disk .. code-block:: console poetry lock poetry --no-root install Run application locally ---------------- To your delight, it's done via a single command: .. code-block:: console poetry run make build