Work in Progress. Check-out
- Channel #t20-gostin on Slack (https://swu.ng/slack)
- The notes https://hackmd.io/@prisae/t20-gostin-ideas
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