Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
bozokopic committed Apr 21, 2023
1 parent 5198f47 commit 04a491c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
.. _GitHub releases: https://github.com/hat-open/hat-syslog/releases
.. _PyPI project: https://pypi.org/project/hat-syslog

.. _pydoit: https://pydoit.org

.. _Hat Open: https://hat-open.com
.. _Končar Digital: https://www.koncar.hr/en

Expand Down Expand Up @@ -147,6 +149,33 @@ Command `hat-syslog-generator` is used for running Syslog Generator::
For additional details and command line options see `Syslog Generator`_.


Development requirements
------------------------

* python >=3.8
* nodejs >=7
* yarn


Build
-----

Build tool used for `hat-syslog` is `pydoit`_. It can be installed together
with other python dependencies by running::

$ pip install -r requirements.pip.dev.txt

For listing available doit tasks, use::

$ doit list

Default task::

$ doit

creates wheel package inside `build` directory.


Hat Open
--------

Expand Down

0 comments on commit 04a491c

Please sign in to comment.