diff --git a/README.md b/README.md index 21a7195c2..150c67b51 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ From source ```Shell git clone https://github.com/pytorch/ao cd ao +pip install -r requirements.txt +pip install -r dev-requirements.txt pip install . ```