Aklavya commited on
Commit
b70256e
·
verified ·
1 Parent(s): 98e5dcb

Create setup.py

Browse files
Files changed (1) hide show
  1. setup.py +6 -0
setup.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Install dependencies
3
+ pip install -r requirements.txt
4
+
5
+ # Install custom insightface wheel (only if it's required)
6
+ pip install files/insightface-0.2.1-py2.py3-none-any.whl