Installation
BlobTrack is built with Python 3.8+ and uses standard libraries like OpenCV and PyQt6. We provide an automated installer for convenience, but manual installation is also fully supported.
Prerequisites
Before installing, ensure you have Python 3.8 or newer installed on your system. You can download it from python.org.
Automatic Installation (Recommended)
We provide a shell script that automates the setup process, including creating a virtual environment and installing dependencies.
For Windows (Git Bash), macOS, and Linux:
- Open your terminal in the
BlobTrackCvproject directory. -
Run the install script:
-
Once the script completes, you are ready to run the app!
Manual Installation
If you prefer to configure the environment yourself, follow these steps:
1. Create a Virtual Environment
It is good practice to run Python applications in isolation.
2. Activate the Environment
-
Windows (Command Prompt / PowerShell):
-
Windows (Git Bash):
-
macOS / Linux:
3. Install Dependencies
Install the required packages from requirements.txt:
Running the Application
After installation, you can launch BlobTrack with:
Tip
Make sure your virtual environment is activated before running the command! You should see (venv) in your terminal prompt.