From 5fdbb798c0de3954ba1380274ca2862f031ae349 Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Tue, 15 Feb 2022 14:17:37 +0100 Subject: [PATCH] add recipe for installing required Python modules --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index de6de7c..0d688dd 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ install-database-dev-env: @echo "| installed Python packages for the database |" @echo "+-----------------------------------------------+" @echo + +install-python-env: + python -m pip install numpy scipy matplotlib cairocffi mysqlclient sqlalchemy wheel sphinx sphinx_rtd_theme astropy crcmod ccs-storage: @echo "+----------------------------------------+" -- GitLab