debian-python-lml/README.rst

32 lines
815 B
ReStructuredText

================================================================================
lml
================================================================================
.. image:: https://api.travis-ci.org/chfw/lml.svg?branch=master
:target: http://travis-ci.org/chfw/lml
.. image:: https://codecov.io/github/chfw/lml/coverage.png
:target: https://codecov.io/github/chfw/lml
.. image:: https://readthedocs.org/projects/lml/badge/?version=latest
:target: http://lml.readthedocs.org/en/latest/
Installation
================================================================================
You can install it via pip:
.. code-block:: bash
$ pip install lml
or clone it and install it:
.. code-block:: bash
$ git clone http://github.com/chfw/lml.git
$ cd lml
$ python setup.py install