From 16b9f93a52b441b4e388be35a4028ec717e726a4 Mon Sep 17 00:00:00 2001 From: Reihaneh Mostolizadeh Date: Thu, 1 Sep 2022 09:03:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d16a7e..53cea25 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ Python module to automatically curate the mass and charge assignments for metabo ► Getting started with MassChargeCuration ---------------------------- -Requires Microsoft Research's Z3 to run. You can download it from https://github.com/Z3Prover/z3. +To use this module, you need to have Python 3.8 or later to be installed. + +This also requires Microsoft Research's Z3 to run. You can download it from https://github.com/Z3Prover/z3. In order to use this module, you need to install it first, e.g. by running `pip install -e .` in the folder you downloaded this repository to.