Skip to content

Commit

Permalink
docs: Add conda-forge feedstock mention
Browse files Browse the repository at this point in the history
* Note existence of conda-forge feedstock in install instructions.
   - c.f. https://github.com/conda-forge/equinox-feedstock
  • Loading branch information
matthewfeickert authored and patrick-kidger committed Jan 10, 2025
1 parent 5765e39 commit 36f8116
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ _Coming from [Flax](https://github.com/google/flax) or [Haiku](https://github.co

## Installation

Requires Python 3.10+.

```bash
pip install equinox
```

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

## Documentation

Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ _Coming from [Flax](https://github.com/google/flax) or [Haiku](https://github.co

## Installation

Requires Python 3.10+.

```bash
pip install equinox
```

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

## Quick example

Expand Down

0 comments on commit 36f8116

Please sign in to comment.