mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
Update unix_install.sh
This commit is contained in:
parent
f9f278ec3f
commit
43c37a88b2
@ -86,9 +86,10 @@ else
|
||||
fi
|
||||
|
||||
if [ -d ".venv/" ]; then
|
||||
echo ".venv exists."
|
||||
echo ".venv exists. Installing requirements.txt. ..."
|
||||
.venv/bin/pip install -r requirements.txt
|
||||
else
|
||||
echo "Making .venv and installing requirements.txt."
|
||||
echo "Making .venv and installing requirements.txt. ..."
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
# Detect the package manager
|
||||
if command_exists apt; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user