-
Notifications
You must be signed in to change notification settings - Fork 6
Instructions to install from pip and github #451
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
Conversation
@talonchandler in addition to above, please account for the discussion of switching over to iohub 0.2.0. I will also relay the discussion with @tayllatheodoro soon around how waveorder and biahub can operate better. Let's handle installation instructions and dependencies in this PR. The code for interoperability can be a quick follow up. |
I might be missing context here, but |
A good structure is that the waveOrder calls are wrapped in biahub's API and used in After you merge AQLM demos and this README, please switch biahub's reconstruction CLI over to use waveorder. |
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.
I think clear and accurate guidance on how to setup conda environment to run examples is sufficient. When we setup the docs with @amitabhverma, we should figure out how we can include the example gallery, such as this for iohub: https://czbiohub-sf.github.io/iohub/main/auto_examples/index.html
@talonchandler can you start an issue on this or point me to one?
Hi @talonchandler this version of README seems consistent with #446. Please check and we can merge these two PRs. |
Thanks @mattersoflight, just added your suggestions with minor changes and this is ready to go. Ready to approve and merge IMO. |
pip install waveorder
installs the latest stable release from PyPI, which is often incompatible with the latest changes in the GitHub README.This change clarifies two major ways to install: (1) from PyPI, and (2) from Github for running examples.