-
Notifications
You must be signed in to change notification settings - Fork 15
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
Switch docs to mamba and Mambaforge #428
Switch docs to mamba and Mambaforge #428
Conversation
|
||
Or you can install ``zppy`` in an existing environment. :: | ||
mamba create -n zppy_env zppy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xylar Thanks for putting this together. I'm following along with the instructions but at this command I get bash: mamba: command not found
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you install Mambaforge? If not, did you got to the Troubleshooting
section below?
@forsyth2, if my troubleshooting section isn't intuitive, feel free to reorganize (either by suggesting changes or pushing to my branch). You could move that stuff back as (hopefully) redundant parts of the basic installation. |
I've gone ahead and reorganized in a way that I hope is more intuitive for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@forsyth2, I see, I had forgotten how the issues were interrelated. You are right that the yaml file should also be updated to switch I think everything else in #397 relates to GitHub Actions (which is installing a lot of stuff from pip). I didn't see anywhere else that pip was being used in zppy (besides |
@xylar Is this ready to merge? |
@forsyth2, yes, as far as I'm concerned, this is ready to merge. |
Addresses #427