copyright | lastupdated | ||
---|---|---|---|
|
2018-05-25 |
{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}
{: #mql_python}
** The MQ Light API is available as part of the Standard plan only.**
To use the API, add a reference to the latest available {{site.data.keyword.mql}} client API for Python as follows:
Add the following reference to your requirements.txt
file:
git+git://github.com/mqlight/python-mqlight.git@readthedocs
{:codeblock}
And add the following import statement to your source file:
import mqlight
{:codeblock}