Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 492 Bytes

dev-setup-windows.md

File metadata and controls

18 lines (13 loc) · 492 Bytes

Development Setup - Windows

Tools

  1. Install python v3.8+
  2. Install git-bash
  3. Install just

just is supposed to be used from git-bash

Checkout

  1. Clone this repository
  2. Open git-bash in the directory
  3. Set up virtual environment:
    1. python -m venv venv
    2. source venv/Scripts/activate
  4. Install requirements python -m pip install -r requirements.txt