Installation

Snakedeploy can be installed via pypi or from source.

Install via pip

Snakedeploy can also be installed with pip.

$ pip install snakedeploy

Once it’s installed, you should be able to inspect the client with

snakedeploy --help

Install from source

$ git clone git@github.com:snakemake/snakedeploy.git
$ cd snakedeploy
$ pip install .
$ pip install -e .