Installation#
Dependencies#
woom requires Python 3 or higher and depends on the following packages:
Add colours to the output of Python’s logging module. |
|
|
|
|
|
|
|
|
|
|
|
Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate. |
From pypi#
With pip:
$ pip install woom
From sources#
Clone the repository:
$ git clone https://github.com/shom-fr/woom.git
Install the build packages:
$ pip install setuptools setuptools_scm
Run the installation command from the root directory:
$ cd woom
$ pip install .