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 5325185 commit 185ee2aCopy full SHA for 185ee2a
README.md
@@ -63,6 +63,24 @@ This will download and install the latest version of Sesh. Make sure that your G
63
64
</details>
65
66
+<details>
67
+ <summary>Conda</summary>
68
+
69
+To install sesh, run **one** of the following commands, depending on your setup:
70
71
+* Conda/(micro)mamba users
72
+```sh
73
+# Replace with mamba/micromamba if required
74
+conda -c conda-forge install sesh
75
+```
76
77
+* Pixi users
78
79
+pixi global install sesh
80
81
82
+</details>
83
84
<details>
85
<summary>Nix</summary>
86
0 commit comments