-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the README install instructions2
- Loading branch information
1 parent
335d2f5
commit db2ae7f
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [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`: | ||
|