Skip to content

Commit fc425ea

Browse files
committed
Document Conda Forge
1 parent a12dc14 commit fc425ea

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

.github/workflows/test_prebuilt_binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ jobs:
280280
test-pixi-install:
281281
name: Test Pixi (conda-forge global) on ubuntu-24.04
282282
runs-on: ubuntu-24.04
283-
if: false # disable until conda-forge package is available
284283
steps:
285284
- uses: actions/checkout@v4
286285

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,20 @@ If you have [uv](https://github.com/astral-sh/uv) installed, `celq` can be used
187187
uvx celq -n '"Hello World"'
188188
```
189189

190+
### Conda Forge
191+
192+
celq is available on [conda-forge](https://anaconda.org/channels/conda-forge/packages/celq/overview) and can be installed with `conda`, `mamba`, `micromamba`, and `pixi`:
193+
194+
```bash
195+
conda install -c conda-forge celq
196+
```
197+
198+
If you have [pixi](https://pixi.prefix.dev/latest/), you can run celq in a temporary environment with:
199+
200+
```bash
201+
pixi exec celq -n '"Hello World"'
202+
```
203+
190204
## Limitations
191205

192206
### Eager JSON Parsing

docs/installation_guide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,20 @@ If you have [uv](https://github.com/astral-sh/uv) installed, `celq` can be used
197197
uvx celq -n '"Hello World"'
198198
```
199199

200+
### Conda Forge
201+
202+
celq is available on [conda-forge](https://anaconda.org/channels/conda-forge/packages/celq/overview) and can be installed with `conda`, `mamba`, `micromamba`, and `pixi`:
203+
204+
```bash
205+
conda install -c conda-forge celq
206+
```
207+
208+
If you have [pixi](https://pixi.prefix.dev/latest/), you can run celq in a temporary environment with:
209+
210+
```bash
211+
pixi exec celq -n '"Hello World"'
212+
```
213+
200214
## Integrity and Authenticity
201215

202216
`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

Comments
 (0)