Getting Started#
Installation#
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
Dependencies#
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-forgechannelconda config --add channels conda-forgeCreate a new Python environment
conda create -n otoole python>3.7 networkx pandas graphviz=2.46.1 xlrd pydanticActivate the new environment
conda activate otooleUse pip to install otoole
pip install otoole