Skip to content

Commit

Permalink
remove micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jun 10, 2024
1 parent 8d73c82 commit 271e2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ An ONNX-backed array library that is compliant with the [Array API](https://data

## Installation

You can install `ndonnx` using `conda`:
Releases are available on PyPI and conda-forge.

```bash
# using pip
pip install ndonnx
# using conda
conda install ndonnx
# using micromamba
micromamba install ndonnx
# using pixi
pixi add ndonnx
```
Expand Down

0 comments on commit 271e2ac

Please sign in to comment.