Installation
############
Here are the installation instructions
.. toctree::
Requirements
************
*pyreports* is written in python3 (3.8 and higher).
Here are all the external libraries necessary for the proper functioning of the library:
- `tablib `_
- `ldap3 `_
- `nosqlapi `_
- `pyYaml `_
- `mysql-connector-python `_
- `psycopg2-binary `_
Installation
************
.. code-block:: console
$ pip install pyreports # on PyPi
$ git clone https://github.com/MatteoGuadrini/pyreports.git #from official repo
$ cd pyreports
$ pip install . --upgrade