Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.41 KB

File metadata and controls

48 lines (31 loc) · 1.41 KB

🛠️ Tools Setup Guide

This document provides setup instructions for essential tools required to run the application.

📑 Table of Contents


Miniconda Setup

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.

Steps:

  1. Download the appropriate Miniconda installer for your operating system.
  2. Run the installer and follow the prompts to complete the installation.
  3. Verify the installation by running conda --version in your terminal.
  4. Create and activate a new environment as needed.

Git Setup

Git is required for version control and collaboration. Proper configuration ensures seamless integration with repositories and development workflows.

Steps:

  1. Download and install Git from the official website.

Setup Environment Variables

To set up environment variables, follow these steps:

  1. Open the terminal or command prompt.
  2. Navigate to the project directory.
  3. Create a .env file in the project directory.
  4. Add the following environment variables to the .env file:

Android Studio Setup

  1. Download and install Android Studio from the official website.