File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,15 @@ If needed -- and not installed already -- NumPy can be installed like this::
4747Custom PortAudio Library
4848------------------------
4949
50- If you have a custom PortAudio library
50+ If you want to use a different version of the PortAudio library
5151(maybe a development version or a version with different features selected),
5252you can rename the library to ``libportaudio.so `` (Linux)
5353or ``libportaudio.dylib `` (macOS) and move it to ``/usr/local/lib ``.
5454On Linux, you might have to run ``sudo ldconfig `` after that,
5555for the library to be found.
5656On Windows, you can rename the library to ``portaudio.dll ``
57- and move it to any directory in your ``%PATH% ``,
58- e.g. ``%LOCALAPPDATA%\Microsoft\WindowsApps `` might be an option.
59- You can also move it to any other directory of your choosing
57+ and move it to any directory in your ``%PATH% ``.
58+ In case of doubt you should create a fresh directory for your library
6059and add that to your ``PATH `` variable.
6160
6261
You can’t perform that action at this time.
0 commit comments