Skip to content

Commit 355afde

Browse files
authored
Document installation with conda (#1452)
* Document conda support * Add badge next to Conda Ecosystem * Revert "Add badge next to Conda Ecosystem" This reverts commit 5abc15e. * Fix grammar * Shorte section * Styling * Even more grammars (how many commits for a small PR?)
1 parent b28d5a5 commit 355afde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ with `pip install 'rustworkx[graphviz]'`.
100100
If you would like to install all the optional Python dependencies when you
101101
install rustworkx you can use `pip install 'rustworkx[all]'` to do this.
102102

103+
### Conda Ecosystem
104+
105+
Community-supported binaries are published to [conda-forge](https://anaconda.org/conda-forge/rustworkx). Although
106+
unofficial, they can be helpful for users of the `conda` ecosystem (including `mamba`, `micromamba`, and `pixi`). To install, simply run:
107+
108+
```
109+
conda install -c conda-forge rustworkx
110+
```
111+
103112
## Authors and Citation
104113

105114
rustworkx is the work of [many people](https://github.com/Qiskit/rustworkx/graphs/contributors) who contribute

0 commit comments

Comments
 (0)