Installation

Standard Installation

The easiest means of installing the Apeman:Overlay(s) package is to invoke pip install as follows

pip install sphinx-nosejob

Source Based Installation

Download the source code from the repository and run pip from the project root as follows

git clone <REPOSITORY>
cd <FODLER>
pip install -e .

Upgrade

To upgrade the package invoke pip with the --upgrade command line switch as follows

pip install --upgrade sphinx-nosejob

Remove

One may remove the package by invoking pip one last time with the pip uninstall sub-command as follows

pip uninstall sphinx-nosejob