Getting Started#

Installation#

If you have a system compatible with any of the compiled binary wheels listed here, you can just install via pip install cactis.

From Source#

Clone the repository from GitHub and pip install locally:

git clone https://github.com/bdjones13/cactis.git
cd cactis
pip install .

Dependencies#

All of these are installed automatically:

  • pytest

  • gudhi

  • numpy

  • networkx

  • scipy (dependency for networkx adjacency matrix)

  • matplotlib

  • plotly

  • nbformat>=4.2.0 (dependency for plotly)