You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contribute/contributing.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,11 +198,8 @@ Xarray uses `Pixi <https://pixi.sh/latest/>`_ to manage development environments
198
198
Before starting any development, you'll need to create an isolated xarray
199
199
development environment:
200
200
201
-
- `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>`_
202
-
203
-
- Some features in Pixi are in active development, and xarray depends on these features.
204
-
Using the same version results in the best dev experience.
205
-
- Instructions for installing specific versions of Pixi can be seen on the Pixi installation page.
- Xarray uses some Pixi features that are in active development. You might be prompted to upgrade your Pixi version to contribute to Xarray (this is controlled by the ``requires-pixi`` field in ``pixi.toml``)
206
203
- Make sure that you have :ref:`cloned the repository <contributing.dev_workflow>`
0 commit comments