Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

LukasMosser
Copy link

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both miniconda or anaconda should work or provide?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants