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: content/packaging.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,6 +390,13 @@ library for research software.
390
390
391
391
To be able to share and install your local conda package anywhere (on other platforms), you would need to upload it to a `conda channel <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/channels.html>`__ (see below).
392
392
393
+
Tools that simplify sharing conda packages
394
+
------------------------------------------
395
+
396
+
- `pixi <https://pixi.sh>`__ is package management tool to cover all features of conda, along with
397
+
ability to initialize and package new projects.
398
+
- `rattler-build <https://rattler.build>`__ is a build tool which combines the functionalities of
399
+
``conda grayskull``, ``conda build`` and allows you to also publish packages.
0 commit comments