Installation#
Here are the installation instructions
Requirements#
pyreports is written in python3 (3.8 and higher).
Here are all the external libraries necessary for the proper functioning of the library:
Installation#
$ pip install pyreports # on PyPi
$ git clone https://github.com/MatteoGuadrini/pyreports.git #from official repo
$ cd pyreports
$ pip install . --upgrade