Skip to content

Installation

Requirements

  • Python 3.11 or higher
  • pip or pipx
pipx install nthlayer

This installs NthLayer in an isolated environment.

Install with pip

pip install nthlayer

Verify Installation

nthlayer --version

Development Installation

For contributors:

git clone https://github.com/rsionnach/nthlayer.git
cd nthlayer
pip install -e ".[dev]"

Next Steps