mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-23 23:10:57 +01:00
Add files via upload
This commit is contained in:
parent
c5a38b8cd3
commit
cdea68dff5
5
install_packages.sh
Normal file
5
install_packages.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
while read package; do
|
||||
pip install "$package"
|
||||
done < requirements.txt
|
Loading…
Reference in New Issue
Block a user