mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
8 lines
177 B
ReStructuredText
8 lines
177 B
ReStructuredText
Make sure you have ``xlsxwriter`` Python module installed::
|
|
|
|
$ pip3 install xlsxwriter
|
|
|
|
For testing it is also necessary ``xlrd`` Python module installed::
|
|
|
|
$ pip3 install xlrd
|