瀏覽代碼

Updates README.md

Yann Weber 2 月之前
父節點
當前提交
ac373029fe
共有 1 個檔案被更改,包括 12 行新增7 行删除
  1. 12
    7
      README.md

+ 12
- 7
README.md 查看文件

@@ -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…
取消
儲存