Skip to content

Commit 155524a

Browse files
Adding conda install instructions. (#784)
1 parent b895042 commit 155524a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ git clone https://github.com/pyro-ppl/numpyro.git
204204
pip install -e .[dev] # contains additional dependencies for NumPyro development
205205
```
206206

207+
You can also install NumPyro with conda:
208+
```
209+
conda install -c conda-forge numpyro
210+
```
211+
207212
## Frequently Asked Questions
208213

209214
1. Unlike in Pyro, `numpyro.sample('x', dist.Normal(0, 1))` does not work. Why?

0 commit comments

Comments
 (0)