mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-04 21:08:07 -06:00
Add simple support for dependent python modules (#11)
* add pipinstall script and append py_modules to PYTHONPATH allows dependent python modules to be installed * separate build_frontend and pip_install * use prepare script for installing python modules * use pip3 instead of pip * always create requirements.txt, even if empty
This commit is contained in:
parent
965b1ea7d0
commit
229c2aa079
3 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -22,6 +22,7 @@ coverage
|
|||
# Dependency directory
|
||||
node_modules
|
||||
bower_components
|
||||
py_modules
|
||||
|
||||
# Editors
|
||||
.idea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue