Installation
Install SportsLabResearch-WIMU-DataExtractor and prepare the software for use.
Requirements
| Component | Requirement |
|---|---|
| Operating System | Windows 10/11 |
| Python | 3.11 or later |
| RAM | 4 GB minimum |
| Disk Space | 500 MB |
| Microsoft Excel | Optional |
Installation
Clone the repository:
git clone https://github.com/SportsLabResearch-WIMU-DataExtractor.git
cd SportsLabResearch-WIMU-DataExtractor
Create a virtual environment:
python -m venv .venv
Activate the environment:
.venv\Scripts\activate
Install the required packages:
pip install -r requirements.txt
Verification
Start the application:
python main.py
The main menu should open without errors.
Update
Update the local repository and dependencies:
git pull
pip install -r requirements.txt
Related Documentation
- Getting Started
- User Guide
- FAQ