Add pattern linter for project names

Summary: Add pattern linter for PyTorch3D and SlowFast, this will suggest typo fixes whenever the wrong case is accidentally used.

Reviewed By: wanyenlo

Differential Revision: D20498696

fbshipit-source-id: 1a3f4702bd0dbe06e81d0f301b3ea38ea62e7885
This commit is contained in:
Patrick Labatut
2020-03-18 11:36:12 -07:00
committed by Facebook GitHub Bot
parent eeb6bd3b09
commit 5218f45c2c
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ pip install scikit-image matplotlib imageio
pip install black isort flake8 flake8-bugbear flake8-comprehensions
```
## Installing prebuilt binaries for Pytorch3d
## Installing prebuilt binaries for PyTorch3D
After installing the above dependencies, run one of the following commands:
### 1. Install with CUDA support from Anaconda Cloud, on Linux only