diff --git a/dependencies.py b/dependencies.py new file mode 100644 index 0000000..3359210 --- /dev/null +++ b/dependencies.py @@ -0,0 +1,9 @@ +import os + +# List of prerequisite packages needed +os.system("python -m pip install --upgrade pip") +os.system("pip install numpy") +os.system("pip install opencv-python") +os.system("pip install pyautogui") +os.system("pip install google-cloud") +os.system("pip install google-cloud-vision") \ No newline at end of file