-
Notifications
You must be signed in to change notification settings - Fork 6
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
docs: Add conda-forge install instructions #41
docs: Add conda-forge install instructions #41
Conversation
@janfb this is ready for review. |
* Add install instructions from conda-forge for pixi and conda. - c.f. https://github.com/conda-forge/pyknos-feedstock * Add conda-forge badge.
1ba1db5
to
5e9784f
Compare
pip install pyknos | ||
To install `pyknos` from PyPI run | ||
|
||
``` |
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.
```commandline
is used above, but this has no syntax highlighting effect on GitHub, so just use the default
```
as using
```console
would result in a different color.
ping @janfb and @michaeldeistler as a reminder given this was opened up over the 2024 holidays. |
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 ping. Looks good, thanks for adding this! 🙏
👋 @janfb @michaeldeistler as this is approved can this get merged in? |
Sorry, I really have to turn on all notifications here.. Thanks for the ping! |
No worries! Also thanks! :) |
Resolves #40