Installation

This part of the documentation covers the installation of the bb_stitcher.


Pip Installation

Important

The following requirements must be installed manually and cannot be installed by pip:

Good Instruction for installing opencv with opencv_contrib package can be found under pyimagesearch.

Installation from GitHub

Direct install from GitHub:

pip install git+https://github.com/BioroboticsLab/bb_stitcher.git

Installation from source

For developers the following setup instruction is recommended.

Get the source

You can clone the public repository:

$ git clone https://github.com/BioroboticsLab/bb_stitcher.git

Or, download the tarball:

$ wget curl -OL https://github.com/BioroboticsLab/bb_stitcher/tarball/master

Install the source

Enter the directory and install dependencies using:

$ pip install -r requirements.txt

Then, install bb_stitcher using:

$ pip install -e .