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:
- Git - Download Git
- Python & Pip - Download Python
⚙️ From compiled source
- Download
Dovast.zip
in released tab - Extract and double click on
Dovast.exe
⚡ Installation (source code)
- Clone this repository:
git clone https://github.com/BloodLetters/Dovast-Controller.git cd Dovast-Controller
- Install requirements
pip install -r requirements.txt #install python dependencies
- Run apps
python index.py