We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e572b commit ac44a52Copy full SHA for ac44a52
README.md
@@ -34,19 +34,19 @@ pip install -r dev-requirements.txt
34
There are two options;
35
-If you plan to be developing the library run:
36
```Shell
37
-pip install -e .
+python setup.py develop
38
```
39
40
If you want to install from source run
41
42
-pip install .
+python setup.py install
43
44
45
** Note:
46
If you are running into any issues while building `ao` cpp extensions you can instead build using
47
48
```shell
49
-USE_CPP=0 pip install .
+USE_CPP=0 python setup.py install
50
51
52
### Quantization
0 commit comments