0

What's the command for installing unohelper via pip?

I tried $ pip install unotools, but it doesn't work. I have uno and unotools installed.

Viktor
  • 4,218
  • 4
  • 32
  • 63

1 Answers1

1

From https://pypi.python.org/pypi/unotools:

sudo aptitude install -y libreoffice libreoffice-script-provider-python uno-libs3 python3-uno python3

To test it:

python3
import uno
import unohelper
Jim K
  • 12,824
  • 2
  • 22
  • 51