From 2a55e09ff82260c8e3f1283f325fa115fa39133b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 1 Apr 2019 22:20:21 -0400 Subject: 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 --- scripts/install-octopi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-octopi.sh') diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh index a260daae..bec01d1a 100755 --- a/scripts/install-octopi.sh +++ b/scripts/install-octopi.sh @@ -37,7 +37,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 -- cgit v1.2.3-70-g09d2