Fix #229: Update installs-deps.rst

pull/222/head^2
Vinayak Mehta 2021-06-27 23:49:25 +05:30
parent 14e5569a67
commit cbda72ed54
No known key found for this signature in database
GPG Key ID: 2DE013537A15A9A4
1 changed files with 2 additions and 1 deletions

View File

@ -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.