Skip to content

matthewfeickert-talks/talk-urssi-summer-school-2024

Repository files navigation

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