Skip to content

Commit

Permalink
Update installer.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jofizcd authored Aug 3, 2024
1 parent 9b56d75 commit aceb332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cd /d %~dp0
call python -m venv data
call data\Scripts\activate
pip install torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu118
pip install pygame aiohttp aiofiles translators
pip install pygame aiohttp aiofiles translators PyAudio
pip install SpeechRecognition soundfile elevenlabs qasync silero_tts characterai
pip install PyQt6 PySide6 numpy==1.26.4
python main.py
deactivate
deactivate

0 comments on commit aceb332

Please sign in to comment.