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

Requirements
------------

- Python >= 3.9

Basic Installation
------------------

.. code-block:: bash

   pip install scitex-logging

Development
-----------

.. code-block:: bash

   git clone https://github.com/ywatanabe1989/scitex-logging.git
   cd scitex-logging
   pip install -e ".[dev]"
