mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 23:00:34 +08:00
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:
committed by
Facebook Github Bot
parent
c2a0a3e3ba
commit
dab7f61a12
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user