summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-08-14 11:05:01 +0200
committerjaseg <git@jaseg.de>2024-08-14 11:05:01 +0200
commit16cd0b338e50419713b2d7bd8fea956cb593c303 (patch)
treecbe9add132fb43b75758946295fc93d5c9a721fd /README.rst
parent3d09f5199e73dd010b22e81709452cc0117d73e7 (diff)
downloadpython-mpv-16cd0b338e50419713b2d7bd8fea956cb593c303.tar.gz
python-mpv-16cd0b338e50419713b2d7bd8fea956cb593c303.tar.bz2
python-mpv-16cd0b338e50419713b2d7bd8fea956cb593c303.zip
Windows: Look for mpv.dll next to mpv.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1341efc..db57f22 100644
--- a/README.rst
+++ b/README.rst
@@ -29,8 +29,9 @@ submit a `pull request`_ on github.
On Windows you can place libmpv anywhere in your ``%PATH%`` (e.g. next to ``python.exe``) or next to this module's
``mpv.py``. Before falling back to looking in the mpv module's directory, python-mpv uses the DLL search order built
-into ctypes, which is different to the one Windows uses internally. Consult `this stackoverflow post
-<https://stackoverflow.com/a/23805306>`__ for details.
+into ctypes, which is different to the one Windows uses internally. You can modify `%PATH%` before importing python-mpv
+to modify where python-mpv looks for the DLL. Consult `this stackoverflow post <https://stackoverflow.com/a/23805306>`__
+for details.
Python >= 3.9
.............