Skip to content

Commit

Permalink
Doc: Install command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
op3 committed Feb 23, 2024
1 parent 44c7e54 commit 58bb5d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ A [No-U-Turn Sampler](https://arxiv.org/abs/1111.4246) is used to ensure fast co
* [h5py](https://www.h5py.org/) (*optional, for reading and writing hdf5 files*)
* [matplotlib](https://matplotlib.org/) (*optional, for plotting results*)

## Installation

You can install boris using pip:

```
pip install git+https://github.com/op3/boris.git
```

## Usage

The `boris` command is provided to construct the MCMC chain:
Expand Down

0 comments on commit 58bb5d5

Please sign in to comment.