From c0b81cc0add6d78ae6d91726a05a7592c9875129 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 13 Dec 2019 11:21:18 +0100 Subject: [PATCH] Update Installing the OBITools3 --- Installing-the-OBITools3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installing-the-OBITools3.md b/Installing-the-OBITools3.md index 186f02d..b281397 100644 --- a/Installing-the-OBITools3.md +++ b/Installing-the-OBITools3.md @@ -1,16 +1,16 @@ The OBITools3 are now available to download from git, and will soon be on Nix ([pull request](https://github.com/NixOS/nixpkgs/pull/69644)). -Requirements: **python3, python3-venv, git, CMake** +First, make sure you have installed: **python3, python3-venv, git, CMake** Then you can do: git clone https://git.metabarcoding.org/obitools/obitools3.git cd obitools3 python3 -m venv obi3-env - . obi3-env/bin/activate + source obi3-env/bin/activate pip install cython python3 setup.py install - . obi_completion_script.sh + source obi_completion_script.sh And test the installation with: