Linux Setup
Contents
Linux Setup¶
Overview¶
Install Python 3.8
Clone the PyMedPhys git repo
Run
poetry install -E dev
within the root of the repoRun
poetry run pre-commit install
Install
pandoc
via your package managereg.
sudo apt-get install pandoc
You’re good to go.
Opinionated Recommendations¶
Install Python with pyenv
Install VSCode as your code editor
Install Jupyter Lab to work with Notebooks