containertree

Let’s walk through how to install containertree locally.

Install from Github

First, clone the Github repository to your present working directory. If you are a developer, you might want to fork it first, and then clone your fork.

git clone https://www.github.com/singularityhub/container-tree
cd container-tree

If you are updating, it’s helpful to issue this command until you see it’s no longer installed:

pip uninstall container-tree

Then install with python!

python setup.py install

Install from Pypi

If you want to install a particular version, the package is available on pypi.

pip install containertree

Install a particular version

pip install containertree==0.0.43