We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028a0c2 commit ff7c7bdCopy full SHA for ff7c7bd
doc/installation.rst
@@ -54,7 +54,10 @@ or ``libportaudio.dylib`` (macOS) and move it to ``/usr/local/lib``.
54
On Linux, you might have to run ``sudo ldconfig`` after that,
55
for the library to be found.
56
On Windows, you can rename the library to ``portaudio.dll``
57
-and move it to ``%SystemRoot%\system32``.
+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
60
+and add that to your ``PATH`` variable.
61
62
63
Alternative Packages
0 commit comments