From 9cb940dd79f1ceac07e14cbb8055fa5861fee764 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 15 Jan 2021 12:49:18 +0100
Subject: [PATCH] Add hint on Python 3.9 usage

---
 analysis/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/analysis/README.md b/analysis/README.md
index 9300fbedb..3c96cf0b6 100644
--- a/analysis/README.md
+++ b/analysis/README.md
@@ -18,8 +18,9 @@ In general, the Theodolite Analysis Jupyter notebooks should be runnable by any
 we provide introductions for running notebooks with Docker and with Visual Studio Code. These intoduction may also be
 a good starting point for using another service.
 
-For analyzing and visualizing benchmark results, either Docker or a Jupyter installation with Python 3.7 or newer is
-required (e.g., in a virtual environment).
+For analyzing and visualizing benchmark results, either Docker or a Jupyter installation with Python 3.7 or 3.8 is
+required (e.g., in a virtual environment). **Please note that Python 3.9 seems not to be working as not all our
+dependencies are ported to Python 3.9 yet.**
 
 ### Running with Docker
 
-- 
GitLab