Skip to content

Commit 55f2afb

Browse files
dbuddenDistraxDev
authored andcommitted
Add installation instructions.
PiperOrigin-RevId: 368182619
1 parent 821c465 commit 55f2afb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ acts as a JAX-native reimplementation of a subset of
77
[TensorFlow Probability](https://www.tensorflow.org/probability) (TFP), with
88
some new features and emphasis on extensibility.
99

10+
## Installation
11+
12+
Distrax can be installed with pip directly from GitHub:
13+
14+
`pip install git+git://github.com/deepmind/distrax.git`.
15+
16+
or from PyPI:
17+
18+
`pip install distrax`
19+
20+
To run the tests or
21+
[examples](https://github.com/deepmind/distrax/tree/master/examples) you will
22+
need to install additional [requirements](https://github.com/deepmind/distrax/tree/master/requirements).
23+
1024
## Design Principles
1125

1226
The general design principles for the DeepMind JAX Ecosystem are addressed in

0 commit comments

Comments
 (0)