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