Skip to content

Commit

Permalink
Updated CONTRIBUTING guide. (#3400)
Browse files Browse the repository at this point in the history
- Added conda-forge channel
  • Loading branch information
vfdev-5 authored Feb 15, 2021
1 parent eca37cf commit 61e00d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clear and has sufficient instructions to be able to reproduce the issue.
### Install PyTorch Nightly

```bash
conda install pytorch -c pytorch-nightly
conda install pytorch -c pytorch-nightly -c conda-forge
# or with pip (see https://pytorch.org/get-started/locally/)
# pip install numpy
# pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
Expand Down

0 comments on commit 61e00d5

Please sign in to comment.