Skip to content

Commit

Permalink
Include installing requirements for building from source (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 authored May 16, 2024
1 parent cda787c commit 9dbdb2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down

0 comments on commit 9dbdb2b

Please sign in to comment.