Metadata-Version: 2.1
Name: snips-nlu-ontology
Version: 0.57.2
Summary: Python wrapper of the Snips NLU ontology
Home-page: UNKNOWN
Author: Kevin Lefevre, Adrien Ball
Author-email: kevin.lefevre@snips.ai, adrien.ball@snips.ai
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: future (==0.16.0)
Requires-Dist: wheel (==0.30.0)

Snips NLU Ontology
==================

Installation
------------

-------------
Linux / MacOS
-------------

.. code-block:: bash

    pip install snips-nlu-ontology

---------------
Other platforms
---------------

This package can be installed via pip from a source distribution. As it contains
some ``rust`` code ``rust`` must be installed on your machine.

To install Rust, run the following in your terminal, then follow the onscreen instructions:

.. code-block:: bash

    curl https://sh.rustup.rs -sSf | sh


You will also need the python lib ``setuptools_rust``:

.. code-block:: bash

    pip install setuptools_rust

Finally, you can install ``snips-nlu-ontology`` using pip:

.. code-block:: bash

    pip install snips-nlu-ontology



