Update install_packages.sh

This commit is contained in:
Sơn Phan Trung 2024-01-07 21:33:53 +07:00 committed by GitHub
parent c975f04885
commit 1e6a2688a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
while read package; do
pip install "$package"