Skip to content

Install

For development purposes you'd better install all CLI and fields dependencies.

1
pip install respo[all]

Minimalistic module can be installed (Note you won't be able to use CLI commands, but this will be good for production usage where respo CLI commands are useles):

1
pip install respo

And there are also some other options:

1
2
3
4
5
pip install respo[cli]   # with PyYAML and click

pip install respo[sqlalchemy]   # with sqlalchemy

pip install respo[django]   # with django