From 137502ad364c3a07cdc11fb5809ea4ac1b523236 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 25 Jan 2024 14:54:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce6cdc..2ec0232 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ conda >= v22 through [Anaconda](https://docs.anaconda.com/free/anaconda/install/ ## Installation # Create and activate virtual environment. This is recommended to avoid conflict in dependencies. -conda create -y -n dissect python=3.8 +conda create -y -n dissect python=3.9 conda activate dissect # Clone DISSECT