Satyampatil513 / Cansat-Ground-Control-System-24-25

0 stars 0 forks source link

Cansat-Ground-Control-System-24-25

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/Satyampatil513/Cansat-Ground-Control-System-24-25
  2. Create a virtual environment:
    python -m venv cansat
  3. Activate Virtual Env

    Windows

    cansat\Scripts\activate

    macOS/Linux:

    source cansat/bin/activate
  4. Install the dependencies
    pip install -r requirements.txt
  5. Run the application
    python main.py