There was an error while loading. Please reload this page.
1 parent 821c465 commit 55f2afbCopy full SHA for 55f2afb
1 file changed
README.md
@@ -7,6 +7,20 @@ acts as a JAX-native reimplementation of a subset of
7
[TensorFlow Probability](https://www.tensorflow.org/probability) (TFP), with
8
some new features and emphasis on extensibility.
9
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
24
## Design Principles
25
26
The general design principles for the DeepMind JAX Ecosystem are addressed in
0 commit comments