Installation
Requirements
Python 3.10 or later
Docker with Compose V2 (
docker compose)Poetry (for development)
Install from PyPI
$ pip install subcompose
Install from source
Clone the repository and install the package with Poetry:
$ git clone https://github.com/doraemoncito/subcompose.git
$ cd subcompose
$ poetry install
This installs the subcompose command into the Poetry-managed virtual
environment. Activate it with:
$ poetry shell
Or prefix every invocation with poetry run:
$ poetry run subcompose --help