From 6e496d38e9c84a2b60e3f5c38364d32253932e4c Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 4 Jun 2020 15:46:05 +0200 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 51ad52f..ae1de31 100644 --- a/Installing-the-OBITools3.md +++ b/Installing-the-OBITools3.md @@ -29,7 +29,7 @@ Then you can install the OBITools3 in a virtual environment: cd obitools3 python3 -m venv obi3-env source obi3-env/bin/activate - pip install cython + pip3 install cython python3 setup.py install source obi_completion_script.bash