Setup#
Install#
Install the package using pip
pip install pathchain
Develop#
Clone the repository (HTTPS)
git clone https://github.com/kolja-wagner/python-pathchain.git
Clone the repository (SSH)
git clone git@github.com/kolja-wagner/python-pathchain.git
Install dependencies
pip install -e .[dev,doc]