Even adding cmake as dependency
This commit is contained in:
parent
799809fd36
commit
a82d038852
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ time.sleep(.5)
|
|||
log("Installing required apt packages")
|
||||
|
||||
# Install packages though apt
|
||||
handleStatus(subprocess.call(["apt", "install", "-y", "git", "python-pip", "python-dev", "python-setuptools", "python3-setuptools", "build-essential", "libpam-python", "fswebcam", "libopencv-dev", "python-opencv"]))
|
||||
handleStatus(subprocess.call(["apt", "install", "-y", "git", "python-pip", "python-dev", "python-setuptools", "python3-setuptools", "build-essential", "libpam-python", "fswebcam", "libopencv-dev", "python-opencv", "cmake"]))
|
||||
|
||||
# Update pip
|
||||
handleStatus(subprocess.call(["pip install --upgrade pip"], shell=True))
|
||||
|
|
|
|||
Loading…
Reference in a new issue