Skip to content

Commit 8239e97

Browse files
committed
Add note re. new pixi instructions to contributing docs
1 parent 89cd061 commit 8239e97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/contribute/contributing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@ documentation locally before pushing your changes.
186186
Creating a Python Environment
187187
-----------------------------
188188

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+
189197
Xarray uses `Pixi <https://pixi.sh/latest/>`_ to manage development environments.
190198
Before starting any development, you'll need to create an isolated xarray
191199
development environment:

0 commit comments

Comments
 (0)