libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
If needed, you can include libtextworker as a git submodule. Use a specific commit, or checkout to a branch/tag.
Modify sys.path
or use import-helper tools such as importlib
or imptools
on Pypi. This is helpful to load the right library version/test features.
Use the following flag:
Explain:
<absolute path to the library>
: Where libtextworker is installed.<separator>
: According to the PyInstaller document, you will use ; if you're on Windows, otherwise use :.<where you want to place>
: The location of the library when it is packed with PyInstaller.You can use this with other packages too.
Just like any packages else.