at http://www.project8.org/dragonfly/
For the sake of an example, I'll assume the following:
Simply use pip to install dragonfly with any desired "extra" dependencies.
pip install -U pip # pip version >= 7.0.0 required
pip install ${REPOSPATH}/dragonfly[extra1,extra2,...]
On claude, the command will be pip install ~/Repos/dragonfly[colorlog], on myrna it will be pip install ~/Repos/dragonfly[colorlog,database,slack] to handle the additional services, on zeppelin, it will be pip install ~/Repos/dragonfly[colorlog,roach].
To install in "develop" mode, use pip install -e flag.
An alternative is to install directly from github. See pip documentation for details on git+VCS support: branch/commit selection and git+ssh options are also available.
pip install git+https://github.com/project8/dragonfly#egg=dragonfly[extra1,extra2,...]
Content type
Image
Digest
Size
245.9 MB
Last updated
over 6 years ago
docker pull project8/dragonfly:develop-amd64