Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukanOO committed Apr 14, 2019
1 parent e17e16c commit 21335ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,24 @@ pytlas |travis| |cover| |pypi| |rtd| |license|

An open-source 馃馃挰 python 3 assistant library built for people and made to be super easy to setup and understand.

**pytlas** translates natural language sentence into python skills you can easily define yourself.

I first started to develop `atlas <https://github.com/atlassistant/atlas>`_ but I have finally decided to develop a library that everyone could embed in their own program with simple python code.

Want to get your feet wet? Have a look at the `example/skills` folder to see how it works!

Documentation
-------------

The documentation is hosted on readthedocs here `https://pytlas.readthedocs.io <https://pytlas.readthedocs.io>`_. It still needs some improvement so don't hesitate to help me!
The documentation is hosted on readthedocs here `https://pytlas.readthedocs.io <https://pytlas.readthedocs.io>`_. It still needs some improvement so don't hesitate to help!

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

.. code-block:: bash
$ pip install -e .[snips] # Install pytlas and the snips interpreter backend
$ snips-nlu download en # Download additional language resources needed by snips
Testing
-------
Expand Down

0 comments on commit 21335ae

Please sign in to comment.