diff --git a/README.md b/README.md index d487c10..fbef495 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Approach #2: Installing directly from the Git repository: pip install git+https://github.com/mjhydri/BeatNet ``` -* Note that by using either of the approaches all dependencies and required packages get installed automatically except pyaudio and cython. You mau need to install cython in advance. Also, pyaudio is a python binding for Portaudio to handle audio streaming. If Pyaudio is not installed in your machine, depending on your machine type either install it thorugh pip (Mac OS and Linux) or download an appropriate version for your machine (Windows) from *[here](https://www.lfd.uci.edu/~gohlke/pythonlibs/)*. Then, navigate to the file location through commandline and use the following command to install the wheel file locally: +* Note that by using either of the approaches all dependencies and required packages get installed automatically except pyaudio and cython. You may need to install cython in advance. Also, pyaudio is a python binding for Portaudio to handle audio streaming. If Pyaudio is not installed in your machine, depending on your machine type either install it thorugh pip (Mac OS and Linux) or download an appropriate version for your machine (Windows) from *[here](https://www.lfd.uci.edu/~gohlke/pythonlibs/)*. Then, navigate to the file location through commandline and use the following command to install the wheel file locally: ``` pip install ```