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: docs/installation_guide.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,21 @@ If you have [pixi](https://pixi.prefix.dev/latest/), you can run celq in a tempo
219
219
pixi exec celq -n '"Hello World"'
220
220
```
221
221
222
+
### Mise
223
+
224
+
celq can be used with [mise](https://mise.jdx.dev/). To install celq, use the Conda back-end:
225
+
226
+
```
227
+
mise use -g conda:celq
228
+
```
229
+
230
+
Alternatively, add this to `mise.toml`:
231
+
232
+
```toml
233
+
[tools]
234
+
"conda:celq" = "latest"
235
+
```
236
+
222
237
## Integrity and Authenticity
223
238
224
239
`celq`publishes a `SHA256SUMS` file for each of its release in the [GitHub Releases page](https://github.com/IvanIsCoding/celq/releases). The checksum can be used to verify integrity of the downloaded files.
0 commit comments