From a1465b76c59090d236df72f5db443c7693f3df67 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 21 May 2022 22:08:39 +0200 Subject: [PATCH] added libs for excel and hdf5 writing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e60342a..268649e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ conda activate stand conda install cherrypy conda install conda-forge::streamlit +conda install openpyxl # excel writing +conda install pytables # hdf5 writing conda install conda-forge::python-dotenv pyyaml simplejson # aggrid deps pip install streamlit-aggrid ``` - -