debian-python-lml/examples/robotchef_chinesecuisine
chfw 15d55dc867 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
..
.moban.d add chinese cuisine 2017-05-08 17:50:35 +01:00
docs/source 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_chinesecuisine 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
tests add chinese cuisine 2017-05-08 17:50:35 +01:00
.gitignore add chinese cuisine 2017-05-08 17:50:35 +01:00
.moban.yml add chinese cuisine 2017-05-08 17:50:35 +01:00
.travis.yml add chinese cuisine 2017-05-08 17:50:35 +01:00
CHANGELOG.rst add chinese cuisine 2017-05-08 17:50:35 +01:00
MANIFEST.in add chinese cuisine 2017-05-08 17:50:35 +01:00
Makefile add chinese cuisine 2017-05-08 17:50:35 +01:00
README.rst add chinese cuisine 2017-05-08 17:50:35 +01:00
requirements.txt add chinese cuisine 2017-05-08 17:50:35 +01:00
robotchef_chinesecuisine.yml add chinese cuisine 2017-05-08 17:50:35 +01:00
setup.py 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
test.sh add chinese cuisine 2017-05-08 17:50:35 +01:00

README.rst

================================================================================
robotchef_chinesecuisine
================================================================================

.. image:: https://api.travis-ci.org/chfw/robotchef_chinesecuisine.svg?branch=master
   :target: http://travis-ci.org/chfw/robotchef_chinesecuisine

.. image:: https://codecov.io/github/chfw/robotchef_chinesecuisine/coverage.png
    :target: https://codecov.io/github/chfw/robotchef_chinesecuisine

.. image:: https://readthedocs.org/projects/robotchef_chinesecuisine/badge/?version=latest
   :target: http://robotchef_chinesecuisine.readthedocs.org/en/latest/


Installation
================================================================================

You can install it via pip:

.. code-block:: bash

    $ pip install robotchef_chinesecuisine


or clone it and install it:

.. code-block:: bash

    $ git clone http://github.com/chfw/robotchef_chinesecuisine.git
    $ cd robotchef_chinesecuisine
    $ python setup.py install