Installation

You can install the package via pip

1pip install rearrangement-algorithm

If you want to install the latest (unstable) version, you can install the package from source

1git clone https://gitlab.com/klb2/rearrangement-algorithm.git
2cd rearrangement-algorithm
3git checkout dev
4pip install .

You can test, if the installation was successful, by importing the package

1import rearrangement_algorithm as ra
2print(ra.__version__)