Installation

Version support

Note

dialogflow-fulfillment requires Python 3 or later.

Installing dialogflow-fulfillment

The preferred way to install dialogflow-fulfillment is from PyPI with pip, but it can be installed from source also.

From PyPI

To download dialogflow-fulfillment from PyPI with pip, simply run

$ pip install dialogflow-fulfillment

From source

In order to install dialogflow-fulfillment from the source code, you must clone the repository from GitHub:

$ git clone https://github.com/gcaccaos/dialogflow-fulfillment.git

Then, install dialogflow-fulfillment in editable (-e) mode with pip:

$ cd dialogflow-fulfillment
$ pip install -e .[dev]