mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
4 lines
133 B
Bash
4 lines
133 B
Bash
#!/bin/bash
|
|
|
|
echo "Installing Python packages and dependencies from requirements.txt... Please wait."
|
|
pip install -r requirements.txt |