.. _usage: Usage ===== This section will guide you through the process of using Flint. Installation ------------ 1. To use Flint, first clone the repo: .. code-block:: console git clone https://github.com/mrinmoy-hex/Flint.git 2. Install Poetry: .. code-block:: console pip install poetry 3. Install the dependencies: .. code-block:: console poetry install 4. Activate the virtual environment: .. code-block:: console poetry shell 5. Run your first Flint program: .. code-block:: console flint file_name.flint