Add files via upload

This commit is contained in:
Anjok07 2023-09-27 02:33:56 -05:00 committed by GitHub
parent c5a38b8cd3
commit cdea68dff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
install_packages.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
while read package; do
pip install "$package"
done < requirements.txt