WIP: Added experimental guided setup #76

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

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 +07:00

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
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b lightmare-guided-setup master
git pull guided-setup

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff lightmare-guided-setup
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#76
There is no content yet.