|
@@ -21,17 +21,22 @@ sudo make install
|
21
|
21
|
- build
|
22
|
22
|
- wheel
|
23
|
23
|
|
24
|
|
-## Building
|
|
24
|
+## Building & test
|
25
|
25
|
|
26
|
|
-`python3 -m build`
|
27
|
|
-
|
28
|
|
-## Run tests
|
|
26
|
+```
|
|
27
|
+# Building
|
|
28
|
+python3 -m build
|
29
|
29
|
|
30
|
|
-`bash test.sh`
|
|
30
|
+# create test virtualenv
|
|
31
|
+python3 -m venv rnnoise_venv
|
|
32
|
+source rnnoise_venv/bin/activate
|
31
|
33
|
|
32
|
|
-## Installing
|
|
34
|
+# Install
|
|
35
|
+python3 -m pip install dist/pyrnnoise*.whl
|
33
|
36
|
|
34
|
|
-`pip install dist/pyrnnoise*.whl`
|
|
37
|
+# run test
|
|
38
|
+bash test.sh
|
|
39
|
+```
|
35
|
40
|
|
36
|
41
|
## Examples
|
37
|
42
|
|