Skip to content

Commit 36f8116

Browse files
matthewfeickertpatrick-kidger
authored andcommitted
docs: Add conda-forge feedstock mention
* Note existence of conda-forge feedstock in install instructions. - c.f. https://github.com/conda-forge/equinox-feedstock
1 parent 5765e39 commit 36f8116

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ _Coming from [Flax](https://github.com/google/flax) or [Haiku](https://github.co
1515

1616
## Installation
1717

18+
Requires Python 3.10+.
19+
1820
```bash
1921
pip install equinox
2022
```
2123

22-
Requires Python 3.10+.
24+
Equinox is also available through a community-supported build on [conda-forge](https://github.com/conda-forge/equinox-feedstock).
2325

2426
## Documentation
2527

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ _Coming from [Flax](https://github.com/google/flax) or [Haiku](https://github.co
1515

1616
## Installation
1717

18+
Requires Python 3.10+.
19+
1820
```bash
1921
pip install equinox
2022
```
2123

22-
Requires Python 3.10+.
24+
Equinox is also available through a community-supported build on [conda-forge](https://github.com/conda-forge/equinox-feedstock).
2325

2426
## Quick example
2527

0 commit comments

Comments
 (0)