The OBITools3 are available to download from git and PyPI.
Install with pip
First, make sure you have installed: python3>3.6, python3-venv, python3-dev, pip, CMake
Then you can install the OBITools3 in a virtual environment:
Test the installation with:
Once installed, you will need to be in the virtual environment to run commands (source obi3-env/bin/activate), or add the obi command to your PATH.
Install with git
First, make sure you have installed: python3>3.6, python3-venv, python3-dev, git, CMake
Then you can install the OBITools3 in a virtual environment:
And test the installation with:
Once installed, you will need to be in the virtual environment to run commands (source obi3-env/bin/activate), or add the obi command to your PATH.