From 4b5463becf5281df3c0f3fac97dd603d2aceb164 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Tue, 25 Feb 2020 03:26:40 -0300 Subject: [PATCH] Added instructions to first try to download prebuilt pyaudio wheels on README.development --- README.development | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.development b/README.development index fc45458e6..7b8de83b3 100644 --- a/README.development +++ b/README.development @@ -90,7 +90,9 @@ Windows users (using Visual Studio) 1. Download and install Python for Windows (not from Cygwin) and put `python.exe` (not `python3.exe`) on your system path. 1. Download and install pip for your Windows Python. 1. Download and install rust (compiler), npm, git and put them your system path. -1. Download and install Visual Studio 2017 or superior and: +1. Download and install the pyaudio wheel from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio + If that wheel do not work for you, you can download and build them from their source with the following steps: + 1. Download and install Visual Studio 2017 or superior and: 1. `git clone https://github.com/evandroforks/portaudio` 1. Open the file `portaudio\build\msvc\portaudio.sln` with Visual Studio 1. Select the Solution Configuration as `Release` and the Solution Platforms as `x64` on the top toolbar