Skip to content

Commit d3a69fc

Browse files
committed
feat: README.md
1 parent d24323b commit d3a69fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
![intro-plot](https://github.com/gerdm/weighted-likelihood-filter/assets/4108759/f32c0b01-433b-46e6-9153-262e1b6c4f10)
44

55
## Installation
6-
To run the experiments, make sure to have installed `jax>=0.4.2`, [rebayes-mini](https://github.com/gerdm/rebayes-mini/tree/main), and the [BayesianOptimization](https://github.com/bayesian-optimization/BayesianOptimization) package:
6+
To run the experiments, make sure to have installed `jax>=0.4.2`,
7+
[rebayes-mini](https://github.com/gerdm/rebayes-mini/tree/main),
8+
[flax](https://github.com/google/flax),
9+
and the [BayesianOptimization](https://github.com/bayesian-optimization/BayesianOptimization) package:
10+
711
```bash
812
pip install git+https://github.com/gerdm/rebayes-mini.git
13+
pip install flax
914
pip install bayesian-optimization
1015
```

0 commit comments

Comments
 (0)