diff --git a/README.development b/README.development index cc6f17639..892c88f08 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