Update home
9
home.md
9
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')
|
||||
|
Reference in New Issue
Block a user