Getting Started - BloodLetters/Dovast-Controller GitHub Wiki

🚀 Getting Started

Welcome to the project’s getting started guide! This guide will help you set up the development environment and run the project quickly.


📦 Prerequisites

Make sure you have the following installed:


⚙️ From compiled source

  • Download Dovast.zip in released tab
  • Extract and double click on Dovast.exe

⚡ Installation (source code)

  1. Clone this repository:
    git clone https://github.com/BloodLetters/Dovast-Controller.git
    cd Dovast-Controller
    
  2. Install requirements
    pip install -r requirements.txt #install python dependencies
    
  3. Run apps
    python index.py