Skip to content

Commit

Permalink
Update conda command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Jul 22, 2024
1 parent 8e52faf commit 6dd567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preamble/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ can be done with two commands from the terminal, one to create the
environment and one to activate it:

```
conda env create --force -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml
conda env create --yes -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml
conda activate pythia-book-dev
```

Expand Down

0 comments on commit 6dd567f

Please sign in to comment.