Skip to content

Commit c6b4648

Browse files
authored
Merge pull request #18 from pytorch-labs/supriyar-patch-1
Update README.md
2 parents e317d0f + 19eafc2 commit c6b4648

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,26 @@ The torchao package contains apis and workflows used to apply AO techniques like
66

77
## Installation
88

9-
clone repository and install package:
9+
1. From PyPI:
10+
```
11+
pip install torchao
12+
```
13+
14+
2. From Source:
1015

1116
```
1217
git clone https://github.com/pytorch-labs/ao
1318
cd ao
1419
python setup.py install
1520
```
1621

17-
verify installation:
22+
Verify Installation:
1823

1924
```
2025
pip list | grep torchao
2126
```
2227

23-
should show
28+
Expected Output
2429
```
2530
torchao 0.0.1 <install dir>
2631
```

0 commit comments

Comments
 (0)