Installation
Pip
This package is supported by the woob Team.
There is an official package.
$ pip install woob
Sources
Release tarballs
Get the latest tarball on the Releases page
Git
$ git clone https://gitlab.com/woob/woob.git
Installation instructions
Since there are many dependencies, when you install from sources, you have to handle them by hand, according to your distribution.
The requirements are provided in pyproject.toml
, except for:
- python-termcolor, for colors in some console applications.
- gpgv (for secure updates). If not packaged alone, it should be in
gnupg
orgpg
.
Some modules may have more dependencies.
User installation
There is a way to install woob locally without messing with your system.
Run ./tools/local_install.sh
as your local user.
$ ./tools/local_install.sh ~/bin
The scripts are copied to ~/bin
.
System installation (discouraged)
The install mode copies files to the Python system-wide packages directory
(for example /usr/local/lib/python2.7/dist-packages
for Python 2.7).
# pip install .
Scripts are copied to /usr/bin
.
Development mode
If you are a developper, you could have a look to the development environment