Installation
Installation#
A stable version of twinify can be installed from the Python Package Index via pip using the following command:
pip install twinify
Alternatively, you can install twinify from the cloned repository to get the current development version (this might contain breaking changes, however):
git clone https://github.com/DPBayes/twinify
cd twinify
pip install .