We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cd061 commit 8239e97Copy full SHA for 8239e97
doc/contribute/contributing.rst
@@ -186,6 +186,14 @@ documentation locally before pushing your changes.
186
Creating a Python Environment
187
-----------------------------
188
189
+.. attention::
190
+
191
+ Xarray recently switched development workflows to
192
+ use `Pixi <https://pixi.sh/latest/>`_ instead of
193
+ Conda (PR https://github.com/pydata/xarray/pull/10888 ).
194
+ If there are any edits to the contributing instructions
195
+ that would improve clarity, please open a PR!
196
197
Xarray uses `Pixi <https://pixi.sh/latest/>`_ to manage development environments.
198
Before starting any development, you'll need to create an isolated xarray
199
development environment:
0 commit comments