Fix #229: Update installs-deps.rst
parent
14e5569a67
commit
cbda72ed54
|
|
@ -43,8 +43,9 @@ For Ubuntu/MacOS::
|
||||||
|
|
||||||
For Windows::
|
For Windows::
|
||||||
|
|
||||||
|
>>> import ctypes
|
||||||
>>> from ctypes.util import find_library
|
>>> from ctypes.util import find_library
|
||||||
>>> find_library("".join(("gsdll", str(ctypes.sizeof(ctypes.c_voidp) * 8), ".dll"))
|
>>> find_library("".join(("gsdll", str(ctypes.sizeof(ctypes.c_voidp) * 8), ".dll")))
|
||||||
<name-of-ghostscript-library-on-windows>
|
<name-of-ghostscript-library-on-windows>
|
||||||
|
|
||||||
**Check:** The output of the ``find_library`` function should not be empty.
|
**Check:** The output of the ``find_library`` function should not be empty.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue