Installation
To install fresfolio run:
pip install fresfolio
Optional packages
The above installation provides all the necessary functionality for creating and managing documentation. To take advantage of the extended functionality of fresfolio, such as data management and interactive plots, the following packages need to be installed:
pip install omilayers
pip install bokeh
working with excel files with omilayers requires the following packages:
pip install xlrd
pip install openpyxl
xlrd is necessary for working with .xls files, whereas openpyxl is necessary for .xlsx files.