Skip to content

Commit 185ee2a

Browse files
committed
📝 Add Conda install instructions
1 parent 5325185 commit 185ee2a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ This will download and install the latest version of Sesh. Make sure that your G
6363

6464
</details>
6565

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+
```sh
79+
pixi global install sesh
80+
```
81+
82+
</details>
83+
6684
<details>
6785
<summary>Nix</summary>
6886

0 commit comments

Comments
 (0)