Installation#

From Source#

Clone the repository and install it locally. This is useful for development or testing specific branches.

git clone https://github.com/jfouret/ispawn.git
cd ispawn
pip install .
# Or using poetry for development:
# poetry install

Requirements#

  • Python >=3.11

  • Docker

  • Git (for installation from GitHub or Source)

  • Linux/Unix system (Windows support through WSL2)