Installation ============ To install *fresfolio* run: .. code-block:: bash pip install fresfolio .. _Optional packages: 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: .. code-block:: bash pip install omilayers pip install bokeh working with excel files with *omilayers* requires the following packages: .. code-block:: bash pip install xlrd pip install openpyxl ``xlrd`` is necessary for working with ``.xls`` files, whereas ``openpyxl`` is necessary for ``.xlsx`` files.