Getting Started =============== This guide will help you get started with setting up the project and running it locally. Prerequisites ------------- - Python 3.6 or higher Installation ------------ 1. **Clone the repository:** Open your terminal and run the following command: .. code-block:: bash git clone git@github.com:AIModelsTech/Demo-SourceCodeDocumentation.git cd Demo-SourceCodeDocumentation 2. **Run the application:** After installing the dependencies, you can run the application: .. code-block:: bash cd src python3 run.py Usage ----- Once the application is running, follow the on-screen instructions to use the Area Calculator. License ------- This project is licensed under the MIT License. See the `LICENSE` file for more details.