Skip to content

Commit

Permalink
guide: Add conda-forge to the conda install command
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Mar 14, 2019
1 parent afd8f8f commit 4b80b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Alternatively, [conda](https://conda.io/docs) users can simply install the `dvid
Install:

```
$ conda create -n dvidenv -c flyem-forge dvid
$ conda create -n dvidenv -c flyem-forge -c conda-forge/label/cf201901 dvid
```

Run:
Expand Down

0 comments on commit 4b80b6a

Please sign in to comment.