master updates #41

Manually merged
alex_orid merged 177 commits from master into github-master 2021-05-13 21:11:10 +00:00
5 changed files with 7 additions and 3 deletions
Showing only changes of commit 720921b83f - Show all commits

2
praxis-main-start.bat Normal file
View File

@ -0,0 +1,2 @@
cd "c:\praxis"
docker-compose up -d

2
praxis-main-stop.bat Normal file
View File

@ -0,0 +1,2 @@
cd "c:\praxis"
docker-compose down

View File

@ -1,2 +0,0 @@
cd "c:\praxis"
python "c:/Praxis/main.py"

2
praxis-tts-speaker.bat Normal file
View File

@ -0,0 +1,2 @@
cd "c:\praxis"
python "c:\praxis\standalone_tts_speaker.py"

View File

@ -1,2 +1,2 @@
cd "c:\praxis"
python "c:\praxis\user_module.py"
python "c:\praxis\standalone_user_cli.py"