Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. highlight:: python

drafthorse -- Basic ZUGFeRD implementation in Python
====================================================

Expand Down Expand Up @@ -142,17 +144,23 @@ Generating::
Development
-----------

To run the included tests::
To run the included tests:

.. code-block:: bash

pip install -r requirements_dev.txt
py.test tests

To automatically sort your Imports as required by CI::
To automatically sort your Imports as required by CI:

.. code-block:: bash

pip install isort
isort -rc .

To validate files using mustang::
To validate files using mustang:

.. code-block:: bash

git clone https://github.com/ZUGFeRD/mustangproject.git
cd mustangproject
Expand Down
Loading