Skip to content

Commit 815a32a

Browse files
authored
Update README.md
1 parent 4be50cd commit 815a32a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Clone or Download project and import "sound.py" to your code:
66
import sound
77
```
88
## Create a Noise
9-
* import Noise class from "sound.py" and initial it with a Wav file or byte array of a sound:
9+
Import Noise class from "sound.py" and initial it with a Wav file or byte array of a sound:
1010
```python
1111
Import Noise from sound
1212
noise1 = Noise(path='./M1.wav', name='Mic 1')
@@ -36,9 +36,9 @@ hear_noise() | returns IPython.display.audio object to hear noise in Jupyter Not
3636

3737

3838
## Requirments
39-
* matplotlib==3.3.0
40-
* numpy==1.19.1
41-
* scipy==1.5.1
42-
* ipython==7.16.1
39+
* matplotlib >3.3.0
40+
* numpy >1.19.1
41+
* scipy >1.5.1
42+
* ipython >7.16.1
4343
* For better experince install "Jupyter Notebook"
4444

0 commit comments

Comments
 (0)