Skip to main content Skip to docs navigation
Check

Download provisioner package / source-files to any environment, local or CI.

On this page

Package Manager

Pull in provisioner’s package from PyPi via pip.

PyPi

The fastest way (for macOS and Linux) to install provisioner is from PyPi via pip:

pip install provisioner-runtime

Build from Source

Clone provisioner repository into a directory of your choice and run the following:

$ git clone https://github.com/ZachiNachshon/provisioner.git
$ cd provisioner

# Link the provisioner-plugins sub-modules git repository
$ make plugins-init

# Update developement dependencies on all modules based on provisioner pyproject.toml
$ make set-dev-deps-all

# Link local provisioner module as source dependent for all other modules 
$ make use-provisioner-from-sources