Update install-deps.rst
For windows: Import all ctypes and add closing parenthesispull/229/head
parent
7709e58d64
commit
27c7a15587
|
|
@ -43,8 +43,8 @@ For Ubuntu/MacOS::
|
||||||
|
|
||||||
For Windows::
|
For Windows::
|
||||||
|
|
||||||
>>> from ctypes.util import find_library
|
>>> import ctypes
|
||||||
>>> 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