Skip to content

Commit

Permalink
Fixes conda installation using environment.yml file
Browse files Browse the repository at this point in the history
Creating a new environment in `conda` from a file requires the YAML format.
This commit renames the file and updates the README.
This fixes ZJULearning#106.
  • Loading branch information
nshaud committed Jun 18, 2019
1 parent 00cb9aa commit e1a5aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Anaconda is recommended to for an easier installation:
1. Install [Anaconda](https://anaconda.org/)
2. Create and activate the required virtual environment by:
```
conda env create --file pixel_link_env.txt
conda env create --file pixel_link_env.yml
source activate pixel_link
```

Expand Down
File renamed without changes.

0 comments on commit e1a5aaf

Please sign in to comment.