Installation ============ The installation is straight forward. You can install the package via ``pip``, ``pipenv``, ``poetry`` and alike or by downloading the source from the gitlab repository. From pypi.org (recommended) --------------------------- Install by typing .. code-block:: shell pip install neatlog or .. code-block:: shell pip install --user neatlog if you do not have root access. Please check the documentations for `pipenv `_, and `poetry `_ for information on how to install packages with these tools. From gitlab.com (for experts) ----------------------------- To get the latest features or contribute to the development, you can clone the whole project using `git `_: .. code-block:: shell git clone https://gitlab.com/szs/neatlog.git