Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 383 Bytes

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.