From e54646a2240708956ac370bca91d035c783655c6 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Thu, 9 Apr 2020 19:29:58 -0300 Subject: [PATCH] Fixed anki caption on README.development --- README.development | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.development b/README.development index 3cee93523..b9ff40eb6 100644 --- a/README.development +++ b/README.development @@ -97,13 +97,13 @@ User-contributed instructions for building using Cygwin: 1. Download and install rust (compiler), npm, git and put them your system path. 1. Download and install the pyaudio wheel from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio 1. After download the file for your Python version, you need to define the following environment - variable before running anki: + variable before running Anki: `set "ANKI_EXTRA_PIP=python -m pip install full/path/to/PyAudio‑0.2.11‑cp38‑cp38‑win_amd64.whl"` 1. If there is not an wheel available for your Python version, you can built it from the source following the installation instructions on: https://github.com/evandroforks/pyaudio After building and installing portaudio, you need to define the following environment - variable before running anki: + variable before running Anki: `set "ANKI_EXTRA_PIP=python -m pip install git+https://github.com/evandroforks/pyaudio"` -1. Open a `cmd.exe` (command prompt) on the anki repository and run the command `sh run` +1. Open a `cmd.exe` (command prompt) on the Anki repository and run the command `sh run` 1. Do not use `bash run` because it my call for Windows Subsystem for Linux 1. Do not use any Cygwin terminal as `mintty.exe` because the `rust lang` compiler does not work with them