This commit is contained in:
Kovid Goyal 2023-11-13 07:36:45 +05:30
commit 88f630cc54
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
5 changed files with 20 additions and 20 deletions

View File

@ -406,7 +406,7 @@ you can also directly import calibre, as follows::
import init_calibre
import calibre
print calibre.__version__
print(calibre.__version__)
It is essential that you import the init_calibre module before any other calibre modules/packages as
it sets up the interpreter to run calibre code.