-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add conda install instructions #14
Conversation
Will need #12 merged before CI can be green here. |
@@ -38,6 +38,19 @@ for `pip`. | |||
|
|||
Ensure that you have [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) installed. | |||
|
|||
##### From conda-forge | |||
|
|||
You can install [pathsimanalysis from the conda-forge channel](https://anaconda.org/conda-forge/pathsimanalysis) with |
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.
Oops sorry for the double post - looks like the previous one got added to a commit instead of the PR.
My question was whether this might conflict with the "from source" comment above.
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.
Yes, I guess, but the pip installation (which may use wheels) was already misleading. I just changed it into package/source.
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.
Thanks for the docs update. I added conda instructions to the README. I am approving but wait for CI.
split in package and source installation
Fixes #13
PR Checklist