mirror of
https://github.com/MrSanZz/KawaiiGPT.git
synced 2025-11-28 22:53:02 +00:00
Update install.py
This commit is contained in:
@@ -8,7 +8,7 @@ repo_name = 'KawaiiGPT'
|
||||
files_to_check = ['kawai.py', 'requirements.txt']
|
||||
package_termux = ['pkg update && pkg upgrade -y', 'pkg install git', 'pkg install python3']
|
||||
package_linux = ['apt-get update && apt-get upgrade', 'apt install python3 && apt install python3-pip', 'apt install git']
|
||||
module = ['requests', 'fake_useragent', 'edge_tts', 'deep_translator', 'pydub', 'simpleaudio', 'regex', 'colorama', 'pycryptodome']
|
||||
module = ['requests', 'fake_useragent', 'edge_tts', 'deep_translator', 'pydub', 'simpleaudio', 'regex', 'colorama', 'pycryptodome', 'pexpect']
|
||||
|
||||
def get_latest_release():
|
||||
url = f'https://api.github.com/repos/{repo_owner}/{repo_name}/releases/latest'
|
||||
|
||||
Reference in New Issue
Block a user