Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 297 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 297 Bytes

Development environment setup

Requirements

  • Python (version 3.12 currently)
  • Pip
  • Docker and Docker Compose

Setup

After git clone,

python3 -m venv venv
source venv/bin/activate
pip install -U -r requirements_dev.txt

Run

bash scripts/run-compose.sh