Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/contribute/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,11 @@ Xarray uses `Pixi <https://pixi.sh/latest/>`_ to manage development environments
Before starting any development, you'll need to create an isolated xarray
development environment:

- Install `Pixi <https://pixi.sh/latest/installation/>`_
- Make sure your Pixi is up to date (``pixi self-update``)
- `Install Pixi <https://pixi.sh/latest/installation/>`_ - preferably the same version as the one listed in our ``ci.yaml`` `file <https://github.com/pydata/xarray/blob/main/.github/workflows/ci.yaml>`_

- Some features in Pixi are in active development, and xarray depends on these features.
Using the same version results in the best dev experience.
- Instructions for installing specific versions of Pixi can be seen on the Pixi installation page.
- Make sure that you have :ref:`cloned the repository <contributing.dev_workflow>`
- ``cd`` to the *xarray* source directory

Expand Down
Loading