Installation

Basic Installation

LatenPy can be installed using pip:

pip install latenpy

Development Installation

To install LatenPy for development:

  1. Clone the repository:

    git clone https://github.com/landoskape/latenpy.git
    cd latenpy
    
  2. Install in development mode with test dependencies:

    pip install -e ".[test]"
    

Requirements

LatenPy requires:

  • Python >= 3.7

  • numpy

  • networkx

  • matplotlib

Compatibility

LatenPy is tested on Python versions:

  • 3.7

  • 3.8

  • 3.9

  • 3.10

  • 3.11

  • 3.12

  • 3.13