Skip to content

Commit fdeae4e

Browse files
committed
Update readme
1 parent b38316e commit fdeae4e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ This was written using `Python 3.7.6`, and should work with python 3.6+.
88

99
## Getting Started
1010

11-
Use pip
11+
1. One way to install pyAudioProcessing and it's dependencies is from PyPI using pip
1212
```
1313
pip install pyAudioProcessing
1414
```
15-
Or, you could also clone the project and get it setup
15+
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
1621

1722
```
1823
git clone git@github.com:jsingh811/pyAudioProcessing.git
24+
cd pyAudioProcessing
1925
pip install -e .
2026
```
2127
and then, get the requirements by running

0 commit comments

Comments
 (0)