diff --git a/fbgemm_gpu/docs/src/fbgemm_gpu-development/BuildInstructions.rst b/fbgemm_gpu/docs/src/fbgemm_gpu-development/BuildInstructions.rst index d73c483a1..344ea09ee 100644 --- a/fbgemm_gpu/docs/src/fbgemm_gpu-development/BuildInstructions.rst +++ b/fbgemm_gpu/docs/src/fbgemm_gpu-development/BuildInstructions.rst @@ -470,7 +470,7 @@ Clone the repo along with its submodules, and install the # Install additional required packages for building and testing cd fbgemm_${FBGEMM_VERSION}/fbgemm_gpu - pip install requirements.txt + pip install -r requirements.txt The Build Process ~~~~~~~~~~~~~~~~~