WIP: Added experimental guided setup #76

Draft
lightmare wants to merge 1 commits from lightmare/ai-voice-cloning:guided-setup into master
Contributor

This is supposed to provide an interactive way to setup this project.

The user simply runs ./start.sh and if no virtual env exists, the guided setup prompts them.

Caveats:

  • Linux only
  • Requires bash (select)
  • Should work, but probably needs more testing

A long term solution might be a cross-platform python script using only the standard library, but this will do for now.

This is supposed to provide an interactive way to setup this project. The user simply runs `./start.sh` and if no virtual env exists, the guided setup prompts them. Caveats: - Linux only - Requires bash (`select`) - Should work, but probably needs more testing A long term solution might be a cross-platform python script using only the standard library, but this will do for now.
lightmare added 1 commit 2023-03-06 21:35:25 +00:00
Owner

Perfect, I was thinking of this earlier with the added complexity and bloated dependencies.

Perfect, I was thinking of this earlier with the added complexity and bloated dependencies.
This pull request has changes conflicting with the target branch.
  • requirements.txt
  • start.sh

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u guided-setup:lightmare-guided-setup
git checkout lightmare-guided-setup

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff lightmare-guided-setup
git checkout master
git merge --ff-only lightmare-guided-setup
git checkout lightmare-guided-setup
git rebase master
git checkout master
git merge --no-ff lightmare-guided-setup
git checkout master
git merge --squash lightmare-guided-setup
git checkout master
git merge --ff-only lightmare-guided-setup
git checkout master
git merge lightmare-guided-setup
git push origin master
Sign in to join this conversation.
No description provided.