1
0
Fork 0

updated requirements

This commit is contained in:
katboi01 2025-01-25 01:23:27 +01:00
parent c77290fd51
commit 6d8bf97e77
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ args = parser.parse_args()
config_name = args.game + '.cfg' config_name = args.game + '.cfg'
if not os.path.exists(config_name): if not os.path.exists(config_name):
subprocess.check_call([sys.executable, "-m", "pip", "install", "beautifulsoup4", "PyPasser"]) subprocess.check_call([sys.executable, "-m", "pip", "install", "requests", "beautifulsoup4", "PyPasser"])
config = { config = {
"game_id" : args.game, "game_id" : args.game,
"file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'), "file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'),