File size: 548 Bytes
8b414b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Getting Started
=====


.. _prerequisites:

Prerequisites
------------
1. GNU `make` utility (`link <https://www.gnu.org/software/make/>`_)
2. Python of version 3.7.13 (`link <https://www.python.org/downloads/release/python-3713/>`_)
3. Packaging manager `poetry` (`link <https://python-poetry.org>`_)
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