Installation#
From GitHub (Recommended)#
This method installs the latest development version directly from the GitHub repository.
pip install git+https://github.com/jfouret/ispawn.git
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)