Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

50 lines (33 loc) · 690 Bytes

Contributing

Prerequisites

Checkout

  • git
    git clone https://github.com/deathbeds/doitoml
    cd doitoml

Setup with mamba (recommended)

  • mambaforge

    mamba env update --file .binder/environment.yml --prefix .venv
    source activate ./.venv  # just `activate` on windows

Setup with pip

  • use whatever tool you prefer for virtualenvs

    python -m pip install -e .[dev]

doit

Everything else is handled by doit.

Basically do everything

doit

See all the tasks

doit list

Learn more about a task

doit info [task name]