diff --git a/README.md b/README.md index 21e9878..4db0b56 100644 --- a/README.md +++ b/README.md @@ -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. @@ -42,9 +43,9 @@ Install a repo version of firecrown: ``` git clone git@github.com:LSSTDESC/firecrown.git cd firecrown +pythong -m pip install . ``` - Now run a `pytest` to see if things work. Next repeat the same with `augur`: