6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
pip3 install opencv-python==4.5.5.62
|
|
pip3 install opencv-contrib-python==4.5.5.62
|
|
pip3 install -r requirements.txt
|