debian-python-lml/examples/robotchef_allinone_lml
chfw 15d55dc867 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
..
.moban.d robot chef allinone with lml 2017-05-23 18:23:57 +01:00
docs/source 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
robotchef_allinone_lml 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
tests 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
.gitignore robot chef allinone with lml 2017-05-23 18:23:57 +01:00
.moban.yml robot chef allinone with lml 2017-05-23 18:23:57 +01:00
.travis.yml robot chef allinone with lml 2017-05-23 18:23:57 +01:00
CHANGELOG.rst robot chef allinone with lml 2017-05-23 18:23:57 +01:00
MANIFEST.in robot chef allinone with lml 2017-05-23 18:23:57 +01:00
Makefile robot chef allinone with lml 2017-05-23 18:23:57 +01:00
README.rst robot chef allinone with lml 2017-05-23 18:23:57 +01:00
requirements.txt robot chef allinone with lml 2017-05-23 18:23:57 +01:00
robotchef_allinone_lml.yml robot chef allinone with lml 2017-05-23 18:23:57 +01:00
setup.py 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
test.sh update test 2017-05-29 22:43:40 +01:00

README.rst

================================================================================
robotchef_allinone_lml
================================================================================

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

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

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


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

You can install it via pip:

.. code-block:: bash

    $ pip install robotchef_allinone_lml


or clone it and install it:

.. code-block:: bash

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