Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 560 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 560 Bytes

gostin: Geoscience Open Source Tie-In

Work in Progress. Check-out

Any contribution welcome, just ping us on Slack!

To create the environment simply run

conda env create -f environment.yml

This will create a new conda environment called gostin.

To activate and deactivate the environment run

conda activate gostin
conda deactivate

To completely remove the environment run

conda remove --name gostin --all