Download Setup and launch.
OR, Clone the repo,
python launcher.pyThis will:
- Create the
.venvfolder - 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 .venvThen 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.pyIf app doesn't start, try fix.bat