aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-ubuntu-18.04.sh
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-01 22:20:21 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-01 22:20:21 -0400
commit2a55e09ff82260c8e3f1283f325fa115fa39133b (patch)
tree3ad40e84ae2ac248a31e93fd2ec0e08976ebf70f /scripts/install-ubuntu-18.04.sh
parent2980c2e12cee218ac0851284f8b89083824585d8 (diff)
downloadkutter-2a55e09ff82260c8e3f1283f325fa115fa39133b.tar.gz
kutter-2a55e09ff82260c8e3f1283f325fa115fa39133b.tar.xz
kutter-2a55e09ff82260c8e3f1283f325fa115fa39133b.zip
scripts: Add a new klippy-requirements.txt file for virtualenv installs
Place all of the host software python requirements into a config file. This makes it easier to update the python requirements without having to update several installation scripts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/install-ubuntu-18.04.sh')
-rwxr-xr-xscripts/install-ubuntu-18.04.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-ubuntu-18.04.sh b/scripts/install-ubuntu-18.04.sh
index 0c211dab..e21bd142 100755
--- a/scripts/install-ubuntu-18.04.sh
+++ b/scripts/install-ubuntu-18.04.sh
@@ -40,7 +40,7 @@ create_virtualenv()
[ ! -d ${PYTHONDIR} ] && virtualenv ${PYTHONDIR}
# Install/update dependencies
- ${PYTHONDIR}/bin/pip install cffi==1.6.0 pyserial==3.2.1 greenlet==0.4.10
+ ${PYTHONDIR}/bin/pip install -r ${SRCDIR}/scripts/klippy-requirements.txt
}
# Step 3: Install startup script