Winston de Jong commited on
Commit
2e92fc4
·
1 Parent(s): de700ed

get info for compilation

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -6,11 +6,10 @@ import PIL
6
  import subprocess
7
  import sys
8
  import os
 
 
9
  os.system("ls -a")
10
- print("1")
11
  os.system("pip install ./dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
12
- print("2")
13
- os.system("pip install dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
14
  os.system("pip install face-recognition")
15
  import face_detection
16
 
 
6
  import subprocess
7
  import sys
8
  import os
9
+ import platform
10
+ print(platform.uname())
11
  os.system("ls -a")
 
12
  os.system("pip install ./dlib-19.24.99-cp36-cp36m-linux_x86_64.whl")
 
 
13
  os.system("pip install face-recognition")
14
  import face_detection
15