Skip to content

Commit

Permalink
Explicitly use conda env create --file environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Mar 7, 2022
1 parent 1fc43ec commit c2ae7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Run the following on the base of the repository to create a new conda
environment from the `environment.yml` file:

```bash
conda env create
conda env create --file environment.yml
```

Before building and testing the project, you have to activate the environment
Expand Down

0 comments on commit c2ae7dd

Please sign in to comment.