dcoste commited on
Commit
37c2ef4
1 Parent(s): 67316fb
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import pygame
3
  import numpy as np
4
  import time
5
 
 
 
6
  exit = False
7
  # Settings
8
  # SIZE = width, height = 800, 600 # Resolution. (4:3)!
 
3
  import numpy as np
4
  import time
5
 
6
+ import os
7
+ os.system("pip install -r requirements.txt")
8
  exit = False
9
  # Settings
10
  # SIZE = width, height = 800, 600 # Resolution. (4:3)!