Skip to content

Commit

Permalink
generate_release: install wheel and setuptools package
Browse files Browse the repository at this point in the history
  • Loading branch information
alive4ever committed Feb 19, 2025
1 parent 49076a7 commit de13cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def wine_run(command_parts):
check_subp(subprocess.run([r'7z', '-y', 'e', '-opython', visual_c_name, visual_c_path_to_dlls]))

log('Installing dependencies')
wine_run(['./python/python.exe', '-I', '-m', 'pip', 'install', '--no-compile', 'wheel', 'setuptools'])
wine_run(['./python/python.exe', '-I', '-m', 'pip', 'install', '--no-compile', '-r', './requirements.txt'])

log('Uninstalling unnecessary gevent stuff')
Expand Down

0 comments on commit de13cf7

Please sign in to comment.