Merge branch 'pip3-in-ci' of https://github.com/Luflosi/kitty into master

This commit is contained in:
Kovid Goyal 2020-10-04 21:23:29 +05:30
commit fb2cca88df
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,7 +40,7 @@ def install_deps():
if is_bundle:
install_bundle()
else:
run('pip install Pillow pygments')
run('pip3 install Pillow pygments')
def build_kitty():