Skip to content

Commit

Permalink
Merge branch 'PolGen' of https://github.com/Bebra777228/PolGen-RVC in…
Browse files Browse the repository at this point in the history
…to PolGen
  • Loading branch information
Bebra777228 committed Jan 4, 2025
2 parents adad789 + 9d74cc6 commit c17cc05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://raw.githubusercontent.com/Bebra777228/PolGen-RVC/refs/heads/dev/PolGen-Lite/assets/logo.ico" width="100"/><img src="https://counter.seku.su/cmoe?name=PolGen&theme=r34"/><br>
<img src="https://raw.githubusercontent.com/Bebra777228/PolGen-RVC/refs/heads/PolGen/assets/logo.ico" width="100"/><img src="https://counter.seku.su/cmoe?name=PolGen&theme=r34"/><br>

# PolGen — Ваш инструмент для создания каверов и переозвучки

Expand Down
12 changes: 6 additions & 6 deletions install-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ set -e
title="PolGen"
echo $title

principal=$(pwd)
INSTALL_ENV_DIR="$principal/env"

if [ ! -d "env" ]; then
principal=$(pwd)
CONDA_ROOT_PREFIX="$HOME/miniconda3"
INSTALL_ENV_DIR="$principal/env"
MINICONDA_DOWNLOAD_URL="https://repo.anaconda.com/miniconda/Miniconda3-py39_23.9.0-0-Linux-x86_64.sh"
CONDA_ROOT_PREFIX="$HOME/miniconda3"
MINICONDA_DOWNLOAD_URL="https://repo.anaconda.com/miniconda/Miniconda3-py310_24.11.1-0-Linux-x86_64.sh"
CONDA_EXECUTABLE="$CONDA_ROOT_PREFIX/bin/conda"

if [ ! -f "$CONDA_EXECUTABLE" ]; then
echo "Miniconda not found. Starting download and installation..."
echo "Downloading Miniconda..."
Expand All @@ -35,7 +35,7 @@ if [ ! -d "env" ]; then
echo

echo "Creating Conda environment..."
$CONDA_EXECUTABLE create --no-shortcuts -y -k --prefix "$INSTALL_ENV_DIR" python=3.9
$CONDA_EXECUTABLE create -y -k --prefix "$INSTALL_ENV_DIR" python=3.10
if [ $? -ne 0 ]; then
exit 1
fi
Expand Down

0 comments on commit c17cc05

Please sign in to comment.