From db35dc89915be13cfe03bf7325ad01c682cf459a Mon Sep 17 00:00:00 2001 From: Tarun Mamidi Date: Tue, 9 Jan 2024 17:10:54 -0600 Subject: [PATCH] adds python version to the readme Co-authored-by: Brandon M Wilk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acb245..8e8692e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Repo for querying DITTO predictions for variants using FastAPI. Following are required: - [git](https://git-scm.com/downloads) -- [python virtual environment](https://docs.python.org/3/tutorial/venv.html) +- python3.7+ & [python virtual environment](https://docs.python.org/3/tutorial/venv.html) - pip3 ## How to install