CI updates

Summary: Document existence of nightly build. Fix some mistakes in windows-related CI code (not running yet).

Reviewed By: nikhilaravi

Differential Revision: D20030293

fbshipit-source-id: 2199ea7c6d34e881aa5641726feb6bfc20337ce3
This commit is contained in:
Jeremy Reizenstein
2020-02-24 08:50:33 -08:00
committed by Facebook Github Bot
parent c2a0a3e3ba
commit dab7f61a12
6 changed files with 16 additions and 19 deletions

View File

@@ -55,6 +55,12 @@ After installing the above dependencies, run one of the following commands:
conda install pytorch3d -c pytorch3d
```
Or, to install a nightly (non-official, alpha) build:
```
# Anaconda Cloud
conda install pytorch3d -c pytorch3d-nightly
```
### 2. Install from GitHub
```
pip install 'git+https://github.com/facebookresearch/pytorch3d.git'