Skip to content

Commit

Permalink
update install.md
Browse files Browse the repository at this point in the history
Reviewed By: bottler, wanyenlo

Differential Revision: D19658045

fbshipit-source-id: a623a81c1ed1fa4054ea55bf06a2926e297b7966
  • Loading branch information
haooooooqi authored and facebook-github-bot committed Jan 31, 2020
1 parent 659ad34 commit 25c2f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -20,7 +20,7 @@ These can be installed by running:
conda create -n pytorch3d python=3.6
conda activate pytorch3d
conda install -c pytorch pytorch torchvision cudatoolkit=10.0
conda install -c conda-forge -c takatosp1 fvcore
conda install -c conda-forge -c fvcore fvcore
```

### Tests/Linting and Demos
Expand Down
2 changes: 1 addition & 1 deletion packaging/build_conda.sh
Expand Up @@ -12,4 +12,4 @@ setup_conda_pytorch_constraint
setup_conda_cudatoolkit_constraint
setup_visual_studio_constraint
# shellcheck disable=SC2086
conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:-} -c defaults -c conda-forge --no-anaconda-upload -c takatosp1 --python "$PYTHON_VERSION" packaging/pytorch3d
conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:-} -c defaults -c conda-forge --no-anaconda-upload -c fvcore --python "$PYTHON_VERSION" packaging/pytorch3d

0 comments on commit 25c2f34

Please sign in to comment.