Skip to content

Commit

Permalink
colorama fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed May 3, 2024
1 parent 6cc7e2d commit 3e8b33c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ def log_and_run(commands, description, cwd=None):


if __name__ == "__main__":
subprocess.run("pip install colorama", shell=True, check=True, text=True)

log_and_run(
[
"pip install cairo-lang==0.13.1",
"pip install aiofiles colorama",
"pip install aiofiles",
"pip install cairo0-bootloader/",
],
"Installing cairo-lang",
Expand Down

0 comments on commit 3e8b33c

Please sign in to comment.