/gw-school-2022-materials

Repository to hold the lecture and tutorial notes for the 2022 GW school

Primary LanguageJupyter Notebook

Repository to hold the notes from the lectures and tutorials for the 2022 VIPER GW school.

#Installing a basic PTA software stack To install the PTA software stack, do conda create -c conda-forge --name env_name python==3.x.x enterprise_extensions

Any further packages can be added to this environment through pip and/or conda. The above process should also work with mamba.