-
Notifications
You must be signed in to change notification settings - Fork 598
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(contribute): include instructions to use Pixi #10504
base: main
Are you sure you want to change the base?
Conversation
cbbbba8
to
1022a89
Compare
if manager == "conda" or manager == "mamba": | ||
print(f" {manager} install -c conda-forge gh") | ||
elif manager == "pixi": | ||
print(f" {manager} global install gh") |
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 didn't do this because I don't use gh
, but wanted to keep things consistent...
docs/contribute/01_environment.qmd
Outdated
print() | ||
if manager == "pixi": | ||
print(" ::: {.callout-note}") | ||
print(" This command will initialize a `pixi.toml` file and also modify ") |
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.
Alternatively, we could provide Pixi configuration in pyproject.toml
(or pixi.toml
), but this would be more involved to keep in sync; this approach worked well enough for me so far, with minimal effort.
fbf85af
to
95e8c44
Compare
Description of changes
Share how I set up my development environment using Pixi.