From b64f1cd227d2a8cb7a2feae0865e941c21e0b89c Mon Sep 17 00:00:00 2001 From: Ian McKellar Date: Tue, 25 Apr 2023 00:04:07 -0400 Subject: [PATCH] Tiny typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```