Browse Source

Updates README.md

Yann Weber 2 months ago
parent
commit
ac373029fe
1 changed files with 12 additions and 7 deletions
  1. 12
    7
      README.md

+ 12
- 7
README.md View File

@@ -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
 

Loading…
Cancel
Save