From a4673741a88d19e53a3b0310cd1fcd0faf1f9772 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 21a7195c27..150c67b512 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 . ```