cmallwitz / Financials-Extension

Extension for LibreOffice Calc to access stock market data
Other
145 stars 19 forks source link

Installation of Python 3 libraries in Arch Linux #19

Closed Dodobeard closed 3 years ago

Dodobeard commented 3 years ago

I can confirm that this extension also works nicely in Arch Linux. I just installed

like so sudo pacman -S python-pyparsing python-dateutil python-pytzdata python-pytz and then the OXT file installed without issues. A simple test without loading the rather large example file is this formula: =GETREALTIME("IBM:NYQ";"OPEN";"FT")

Versions: LibreOffice 7.1.0.3 10(Build:3); Financials-Extension 2.6.0

cmallwitz commented 3 years ago

Thanks for the feedback.

cmallwitz commented 3 years ago

Closing - new version 3 should not require any additional installation steps.