6 lines
56 B
Bash
6 lines
56 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
pip install opencv-python
|
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
pip install opencv-python
|