Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.36 KB

Talk given at as part of the July 2024 US Research Software Sustainability Institute (URSSI) Summer School on Research Software and Open Science.

Viewable online here.

A version of this talk was originally given as part of the ORIGINS Data Science Lab Forum's 2023 seminar series.

Setup

Conda

To ensure an environment that is able to build all the examples you can use the provided environment.yml file

conda env create --yes --file environment.yml

pixi

Install pixi and then from the top level of the repository run

pixi install

To enter into an interactive shell with the pixi environment activated run

pixi shell

Acknowledgments