Installation

Table of contents

The easiest way to install Shipyard is using pip:

pip install "git+https://github.com/nullmonk/shipyard"

To use Dagger-based builds (shipyard build), install with the full extras:

pacman -S git
pip install "shipyard[all] @ git+https://github.com/nullmonk/shipyard"

If you would like to develop against shipyard, use the following commands as well

git clone --depth=1 https://github.com/nullmonk/shipyard
cd shipyard
pip install -e ".[all]"

Ensure the pip bin is in your path, you can then run shipyard

Shipyard requires git be in the path for source control and diffing operations