Add instructions about creating a virtual enviroment and update dependencies auto-installer script (#16)
* Add instructions about prereq and dependency * Add virtualenv dependency
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
|
||||
# List of prerequisite packages needed
|
||||
os.system("pip install virtualenv")
|
||||
os.system("python -m pip install --upgrade pip")
|
||||
os.system("pip install numpy")
|
||||
os.system("pip install opencv-python")
|
||||
|
||||
Reference in New Issue
Block a user