Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OBITools3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OBITools
  • OBITools3
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Sep 25, 2019 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 2 deletions
+7 -2
  • home.md home.md +7 -2
  • No files found.
home.md
View page @ e0224a79
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')
Clone repository
  • Installing the OBITools3
  • The OBITools3 data structure
  • The OBITools3 syntax
  • Updating and release notes
  • Wolf tutorial with the OBITools3
  • Home