1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 17:50:25 +08:00

optimize(deps): move req.txts into req folder

This commit is contained in:
源文雨
2024-06-07 00:48:35 +09:00
parent ea66e6d28c
commit 3f85a24e1b
18 changed files with 31 additions and 31 deletions

2
run.sh
View File

@@ -11,7 +11,7 @@ if [ -d ".venv" ]; then
. .venv/bin/activate
else
echo "Create venv..."
requirements_file="requirements.txt"
requirements_file="requirements/requirements.txt"
# Check if Python 3.8 is installed
if ! (command -v python3.8 >/dev/null 2>&1 || pyenv versions --bare | grep -q "3.8"); then