Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.33 KB

README.rst

File metadata and controls

57 lines (31 loc) · 1.33 KB

Snips NLU utils Python wrapper

https://travis-ci.org/snipsco/snips-nlu-utils.svg?branch=master https://img.shields.io/pypi/v/snips-nlu-utils.svg?branch=master https://img.shields.io/pypi/pyversions/snips-nlu-utils.svg?branch=master

This library is a wrapper of a Rust NLU utils library, which is used by Snips NLU

Installation

Linux / OSX

On linux and OSX, you can install this package easily using pip:

pip install snips-nlu-utils

Other platforms

For the other platforms, you will install the package from a source distribution containing some rust code, hence rust must be installed on your machine:

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

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

You will also need the python lib setuptools_rust:

pip install setuptools_rust

Finally, you can install snips-nlu-utils using pip as before:

pip install snips-nlu-utils