Skip to content

How do I install the correct environment? #90

Closed Answered by johburger
johburger asked this question in Q&A
Discussion options

You must be logged in to vote

Once you have installed Python and conda (either Anaconda or miniconda) on your machine, it is quite straightforward. In each branch, there should be a .yml file with the name of our environment, the necessary conda channels and all packages. You can install a working environment with just one line in your terminal.
Simply navigate to the location where the zen_garden_env.yml file is sitting. Then paste the following code in your terminal or conda console:
conda env create --file zen_garden_env.yml
This will install all packages and automatically sort out any dependecies and requirements that individual packages might have.

If you need additional packages, just add a line in the zen_garde…

Replies: 1 comment

Comment options

johburger
Mar 3, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by johburger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant