Installation#

Using Pip#

pip install HelixNet

In order to run tests#

pip install HelixNet[tests]

For loading images#

pip install HelixNet[images]

For building documentation#

pip install HelixNet[docs]

Installation for Development#

For editable in-place installation. Which when you modify the code in sources directory it take effect and this very helpful for development

pip install -e .