Skip to content

Commit ac44a52

Browse files
authored
Update README.md
1 parent 47e572b commit ac44a52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ pip install -r dev-requirements.txt
3434
There are two options;
3535
-If you plan to be developing the library run:
3636
```Shell
37-
pip install -e .
37+
python setup.py develop
3838
```
3939

4040
If you want to install from source run
4141
```Shell
42-
pip install .
42+
python setup.py install
4343
```
4444

4545
** Note:
4646
If you are running into any issues while building `ao` cpp extensions you can instead build using
4747

4848
```shell
49-
USE_CPP=0 pip install .
49+
USE_CPP=0 python setup.py install
5050
```
5151

5252
### Quantization

0 commit comments

Comments
 (0)