GeostatsPy_Intro_Course icon indicating copy to clipboard operation
GeostatsPy_Intro_Course copied to clipboard

Added an environment.yml configuration for easy install via conda environments

Open LukasMosser opened this issue 5 years ago • 0 comments

I've created a small environment.yml file to create a geostats environment.

Allows simple install via:

conda env create -f environment.yml

and activate new environment via:

conda activate geostats
jupyter notebook

Ran the notebooks to check if it works and added a small readme note in the installation README.md.

If there are any more libraries that should be added, I can modify the pull request.

Tested on Ubuntu 16.04.

LukasMosser avatar Jun 08 '20 20:06 LukasMosser