From 9dbdb2b466cab363a25322237860e935b7888bc4 Mon Sep 17 00:00:00 2001 From: "Jane (Yuan) Xu" <31798555+janeyx99@users.noreply.github.com> Date: Wed, 15 May 2024 21:58:00 -0400 Subject: [PATCH] Include installing requirements for building from source (#245) --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 . ```