How to add python dependencies to build script?
Closed this issue · 1 comments
PanCakeConnaisseur commented
Hi Gianni,
I implemented a WIP feature to automatically add subtitles from external files. I am not familiar with the various build mechanics that this repo uses to generate a flatpak. How can I add the libraries nltk and iso639-lang to be available for import in the python scripts? Do i have to manually edit python3-requirements.json?
gianni-rosato commented
Hi,
Sounds like a cool feature! I think you need to add the libraries via net.natesales.Aviator.yml
yaml file & run make
to build the Flatpak