Download Setup and launch.
OR, Clone the repo,
python launcher.py
This will:
- Create the
.venv
folder - Install all required packages
- Launch the application
Requires Python 3.7 or higher and internet connection on first run.
- Clone the repository:
git clone https://github.com/verlorengest/bgtank.git
cd bgtank
- Create and activate a virtual environment:
python -m venv .venv
Then activate it:
-
On Windows:
.venv\Scripts\activate
-
On macOS/Linux:
source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Launch the application:
python main.py
If app doesn't start, try fix.bat