From e0224a79e1e4f9dd48b5de4f14ee83e397d4407f Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 25 Sep 2019 12:31:01 +0200 Subject: [PATCH] Update home --- home.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home.md b/home.md index ddd15db..9c3c3a9 100644 --- a/home.md +++ b/home.md @@ -1,6 +1,6 @@ -The OBITools3 are now available to download from git, and should soon be on Nix and PyPI. +The OBITools3 are now available to download from git, and will soon be on Nix. -Tutorial: +Tutorial using most commands: [Wolf tutorial](Wolf_tutorial) ### Installing the OBITools3 @@ -15,6 +15,7 @@ Then you can do: . obi3-env/bin/activate pip install cython python setup.py install + . obi_completion_script.sh And test the installation with: @@ -58,3 +59,7 @@ The new database system used by the OBITools3 (called **DMS** for Data Managemen * `obi -h` gives a list of all the commands. * `obi command -h` prints the help of the command. + +* `obi --version` prints the version of the OBITools3 installed. + +* Autocompletion of commands and views is available (by pressing tab after 'obi')