Skip to content

Commit

Permalink
Correcting the instructions to install pyrenew
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed May 8, 2024
1 parent bc408c5 commit fd48413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
Install via pip with

```bash
pip install git+https://github.com/cdcent/cfa-pyrenew.git
pip install git+https://github.com/CDCgov/multisignal-epi-inference@main#subdirectory=model
```

## Container image

A container image is available at `ghcr.io/cdcent/cfa-pyrenew:latest`. You can pull it with
A container image is available at `ghcr.io/CDCgov/cfa-pyrenew:latest`. You can pull it with

```bash
docker pull ghcr.io/cdcent/cfa-pyrenew:latest
docker pull ghcr.io/CDCgov/cfa-pyrenew:latest
```

## Demo
Expand Down

0 comments on commit fd48413

Please sign in to comment.