APKLife

Contributing to APKLife (EN)

1) Environment setup

Linux/macOS

python -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt

Windows (PowerShell)

python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements-dev.txt

2) Run locally

make run

3) Quality checks

make test
make lint

4) Branching strategy

5) Pull request expectations

6) Coding expectations