Upgrade ReadMe document to guide user to install libuv(1.39) in conda env on Windows platform (#45553)

Summary:
Fixes #{issue number}

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45553

Reviewed By: SciPioneer

Differential Revision: D24017246

Pulled By: mrshenli

fbshipit-source-id: ec69f864a7acfbdddd60c3d2b442294ec3e34558
This commit is contained in:
gunandrose4u 2020-09-30 08:23:43 -07:00 committed by Facebook GitHub Bot
parent 96540e918c
commit 7e863475d7

View File

@ -188,7 +188,7 @@ On Windows
```bash
# Add these packages if torch.distributed is needed.
# Distributed package support on Windows is a prototype feature and is subject to changes.
conda install -y -q -c rdonnelly libuv
conda install -c conda-forge libuv=1.39
```
#### Get the PyTorch Source