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

View File

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