From 271e2ac3180c7e3566f0a7e55664e8ced86e884c Mon Sep 17 00:00:00 2001 From: Aditya Goel Date: Tue, 11 Jun 2024 00:41:06 +0100 Subject: [PATCH] remove micromamba --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c71ced3..dcc3279 100644 --- a/README.md +++ b/README.md @@ -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 ```