diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d516bc27..278090b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Start by installing the **nightly** build of PyTorch following the Then, the easiest way to install the rest of the dependencies is to run: ```bash -conda install cmake pkg-config pbyind11 ffmpeg -c conda-forge +conda install cmake pkg-config pybind11 ffmpeg -c conda-forge ``` ### Clone and build