Setup Guide¶
Install Python¶
- Vocard Dashboard requires Python 3.11 or higher.
- Follow the guidelines here: Installing Python.
Download Vocard Dashboard¶
with docker recommended¶
Utilizing the official Docker image enables a quick setup, as it conveniently includes all necessary dependencies. To get started, simply pull the image using a terminal command:
- Configure the bot before starting the docker containers.
- Start the Docker containers in detached mode:
with git¶
- Clone the repository:
- Go to the directory:
- Install required packages, ideally by using a virtual environment:
After installing all packages, you must configure the bot before starting.
Configuration¶
- Rename
settings Example.jsontosettings.jsonand customize your settings. -
Now, you can start your bot with
python main.py.