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