Skip to content

Commit

Permalink
updated the README install instructions2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Jul 1, 2024
1 parent 335d2f5 commit db2ae7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ If you already have an existing environment, you can update it with the followin
conda activate my_env
conda env update --name my_env --file=environment.yml --prune
```
and activate your environment with `conda activate [my_env/forecasting]`.

Next install firecrown and augur.

Expand All @@ -42,9 +43,9 @@ Install a repo version of firecrown:
```
git clone [email protected]:LSSTDESC/firecrown.git
cd firecrown
pythong -m pip install .
```


Now run a `pytest` to see if things work.

Next repeat the same with `augur`:
Expand Down

0 comments on commit db2ae7f

Please sign in to comment.