This document provides setup instructions for essential tools required to run the application.
Miniconda is required to manage the application's Python environment and dependencies. Please follow the setup instructions carefully to ensure a consistent and reproducible environment.
- Download the appropriate Miniconda installer for your operating system.
- Run the installer and follow the prompts to complete the installation.
- Verify the installation by running
conda --versionin your terminal. - Create and activate a new environment as needed.
Git is required for version control and collaboration. Proper configuration ensures seamless integration with repositories and development workflows.
- Download and install Git from the official website.
To set up environment variables, follow these steps:
- Open the terminal or command prompt.
- Navigate to the project directory.
- Create a
.envfile in the project directory. - Add the following environment variables to the
.envfile:
- Download and install Android Studio from the official website.