Unverified Commit 61e00d58 authored by vfdev's avatar vfdev Committed by GitHub
Browse files

Updated CONTRIBUTING guide. (#3400)

- Added conda-forge channel
parent eca37cf7
...@@ -33,7 +33,7 @@ clear and has sufficient instructions to be able to reproduce the issue. ...@@ -33,7 +33,7 @@ clear and has sufficient instructions to be able to reproduce the issue.
### Install PyTorch Nightly ### Install PyTorch Nightly
```bash ```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/) # or with pip (see https://pytorch.org/get-started/locally/)
# pip install numpy # pip install numpy
# pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html # pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment