From f084b17ee29f3b4a53b04e335aa7d84e207d72b4 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 11 Mar 2021 20:40:16 +0100 Subject: [PATCH] Update Installing the OBITools3 --- Installing-the-OBITools3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installing-the-OBITools3.md b/Installing-the-OBITools3.md index ae1de31..c44dfa2 100644 --- a/Installing-the-OBITools3.md +++ b/Installing-the-OBITools3.md @@ -2,7 +2,7 @@ The OBITools3 are now available to download from git and PyPI. # Install with pip -First, make sure you have installed: **python3, python3-venv, pip** +First, make sure you have installed: **python3, python3-venv, python3-dev, pip, CMake** Then you can install the OBITools3 in a virtual environment: @@ -21,7 +21,7 @@ Once installed, you will need to be in the virtual environment to run commands ( # Install with git -First, make sure you have installed: **python3, python3-venv, git, CMake** +First, make sure you have installed: **python3, python3-venv, python3-dev, git, CMake** Then you can install the OBITools3 in a virtual environment: