Install

In a new tomopy environment

Clone the package, then run make.sh.

git clone https://github.com/aniketkt/TomoTwin.git
cd TomoTwin
sh install.sh

In existing tomopy environment

Simply install the package using pip

$ pip install git+https://github.com/aniketkt/TomoTwin.git@master#egg=tomo_twin

in a prepared virtualenv which has tomopy pre-installed.