项目文件夹

文件
2026-07-13 13:01:27 +08:00

6 行
87 B
Bash

#!/bin/bash
while read package; do
pip install "$package"
done < requirements.txt