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 b38316e commit fdeae4eCopy full SHA for fdeae4e
README.md
@@ -8,14 +8,20 @@ This was written using `Python 3.7.6`, and should work with python 3.6+.
8
9
## Getting Started
10
11
-Use pip
+1. One way to install pyAudioProcessing and it's dependencies is from PyPI using pip
12
```
13
pip install pyAudioProcessing
14
15
-Or, you could also clone the project and get it setup
+To upgrade to the latest version of pyAudioProcessing, the following pip command can be used.
16
+```
17
+pip install -U pyAudioProcessing
18
19
+
20
+2. Or, you could also clone the project and get it setup
21
22
23
git clone git@github.com:jsingh811/pyAudioProcessing.git
24
+cd pyAudioProcessing
25
pip install -e .
26
27
and then, get the requirements by running
0 commit comments