softwareunderground / gostin

Geoscience Open Source Tie-In
Apache License 2.0
9 stars 7 forks source link
swung-t20

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