Thread
:
Install additional python library
View Single Post
02-09-2025, 09:02 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,445
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you want to use a pure python library you can always add it to sys.path to make it importable in your plugin. Bundle the whl file for the library in the plugin zip file, then extract it somewhere on the filesystem and add it to sys.path.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS