Linux Contributor Environment Setup

Overview

  • Install Python 3.7
  • Install Poetry
  • Clone the PyMedPhys git repo
  • Run poetry install within the root of the repo
  • Run poetry run pre-commit install
  • Install pandoc via your package manager
    • eg. sudo apt-get install pandoc

You’re good to go.

Opinionated Recommendations