Usage#
Overview#
For casual users, the installation instructions allow quick setup and testing of basic functionality. Additional resources, including example Jupyter notebooks and live interactive versions, are available to explore features and usage patterns in detail.
See also
For those who want to contribute, see Development
Installation#
For causal users, install babilonia to a Python 3 environment via terminal:
python -m pip install git+https://github.com/iporepos/babilonia.git@main
Installation#
Install as a Python package#
For Python regular users, install the latest package deploy to a Python 3 environment via pip:
python -m pip install babilonia
Or any desired branch or version via github url:
python -m pip install git+https://github.com/iporepos/babilonia.git@main
Guides#
Develop guide
Examples#
Develop examples here