You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently building an Android app that requires to use Python, so that I'm building some packages using this Termux repository and I was wondering if it could be possible to install some dependencies (site-packages dependencies) while building it.
./build-package.sh python build Python, and after that, some .deb packages are generated. If we unzip them, we obtain a complete usable Python environment.
I would like to include in the installation time, for example, spotdl. This Python module requires A LOT of dependencies, so I would like to get them automatically after doing this build-packages command
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently building an Android app that requires to use Python, so that I'm building some packages using this Termux repository and I was wondering if it could be possible to install some dependencies (site-packages dependencies) while building it.
./build-package.sh python
build Python, and after that, some.deb
packages are generated. If we unzip them, we obtain a complete usable Python environment.I would like to include in the installation time, for example,
spotdl
. This Python module requires A LOT of dependencies, so I would like to get them automatically after doing this build-packages commandBeta Was this translation helpful? Give feedback.
All reactions