From 4f8c5acf5b42cb3e72d76b060298c236db353959 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 13 Mar 2022 06:35:57 +0100 Subject: [PATCH] Update Installing the OBITools3 --- Installing-the-OBITools3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-the-OBITools3.md b/Installing-the-OBITools3.md index c44dfa2..539bc3e 100644 --- a/Installing-the-OBITools3.md +++ b/Installing-the-OBITools3.md @@ -10,7 +10,7 @@ Then you can install the OBITools3 in a virtual environment: python3 -m venv obi3-env source obi3-env/bin/activate pip3 install --upgrade pip setuptools wheel Cython - pip3 install --pre --upgrade OBITools3 + pip3 install OBITools3 ``` Test the installation with: