Install otoole
using pip:
pip install otoole
Check the version installed:
~ otoole -V 1.0.0
To upgrade otoole
using pip:
pip install otoole --upgrade
Tip
We recommend installing otoole
in an isolated virtual environment, either through
the use of venv or conda
otoole
relies on a number of dependencies. If the user wants to download the
individual dependencies, the easiest way to do this is through miniconda.
- Obtain the miniconda package
- Add the
conda-forge
channelconda config --add channels conda-forge
- Create a new Python environment
conda create -n otoole python>3.7 networkx pandas graphviz=2.46.1 xlrd pydantic
- Activate the new environment
conda activate otoole
- Use pip to install otoole
pip install otoole