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/getting-started/install.rst
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,17 +146,17 @@ Simple Instructions with Pixi (Alternative)
146
146
-------------------
147
147
148
148
As an alternative to mamba `Pixi <https://pixi.sh/>` can be used to install climada from conda-forge.
149
+
`Pixi`_ is a modern package manager that is based on `Conda`_ and offers much faster dependency resolution.
149
150
150
151
.. important::
151
152
152
-
On Windows, installing ``climada-petals`` from ``conda-forge`` may fail with ``mamba`` or ``conda`` in some setups due to dependency resolution issues.
153
-
In these cases, Pixi is often the most reliable fallback and can sometimes be the only working installation path.
153
+
On Windows, installing ``climada-petals`` with `Conda`_ / `Mamba`_ may be prohibited as it takes forever to resolve the dependency tree.
154
+
In these cases, `Pixi`_ is often the only reliable fallback.
154
155
155
156
#. Open the command line and create a new folder for your Pixi project:
156
157
157
158
.. code-block:: shell
158
159
159
-
mkdir climada_pixi
160
160
pixi init climada_pixi
161
161
162
162
.. _install-simple:
@@ -165,24 +165,27 @@ As an alternative to mamba `Pixi <https://pixi.sh/>` can be used to install clim
0 commit comments