diff --git a/README.md b/README.md index f91bac3e..1686face 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,27 @@ _Coming from [Flax](https://github.com/google/flax) or [Haiku](https://github.co ## Installation +Requires Python 3.10+ and JAX 0.4.38+. + +### From [PyPI](https://pypi.org/project/equinox/) + +```bash +python -m pip install equinox +``` + +### From [conda-forge](https://github.com/conda-forge/equinox-feedstock) + +To install and add to a project with [`pixi`](https://pixi.sh/) + ```bash -pip install equinox +pixi add equinox ``` -Requires Python 3.9+ and JAX 0.4.13+. +and to install into a particular conda environment with [`conda`](https://docs.conda.io/projects/conda/) + +```bash +conda install --channel conda-forge equinox +``` ## Documentation diff --git a/docs/index.md b/docs/index.md index c2c6fdb0..2710807c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,11 +15,27 @@ _Coming from [Flax](https://github.com/google/flax) or [Haiku](https://github.co ## Installation +Requires Python 3.10+ and JAX 0.4.38+. + +### From [PyPI](https://pypi.org/project/equinox/) + +```bash +python -m pip install equinox +``` + +### From [conda-forge](https://github.com/conda-forge/equinox-feedstock) + +To install and add to a project with [`pixi`](https://pixi.sh/) + ```bash -pip install equinox +pixi add equinox ``` -Requires Python 3.9+ and JAX 0.4.13+. +and to install into a particular conda environment with [`conda`](https://docs.conda.io/projects/conda/) + +```bash +conda install --channel conda-forge equinox +``` ## Quick example