From 0c8db4f11adc881f2b145faa992581047447db47 Mon Sep 17 00:00:00 2001 From: Ellika Mishra Date: Sun, 6 Apr 2025 16:44:23 -0500 Subject: [PATCH] adding version specification according to the raised issue:1557 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0395a2e05..33c34b6092 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ We also provide some sample Dockerfiles to build docker images in ### Installing into an isolated Python virtual environment -With the python 3.6+ required for running, the following should work on most +A python version between 3.8 to 3.11 is required for running, the following should work on most systems: 1. `python3 -m venv zt_venv` (creates a virtual environment named `zt_venv` in the current directory)