Installation

Pip

There is an official package.

$ pip install woob

Note: some operating systems like Debian do not allow to install Python packages with pip system wide. Use a virtualenv or pipx instead.

Pipx

To install woob system wide, we recommand to use pipx.

$ pipx install woob

When a module requires a dependence, you have to use the pipx inject command. For example:

$ pipx inject woob python-jose

From sources

Release tarballs

Get the latest tarball on the Releases page

Git

$ git clone https://gitlab.com/woob/woob.git

Installation instructions

We suggest to create a virtualenv and install woob inside:
$ python -m virtualenv venv
$ pip install .