Utils

Installing Python dependencies

To install the required dependencies for developing the Python code of Bulebule, you can make use of the provided requirements.txt file:

pip install -r requirements.txt

Generating documentation

Documentation is generated with Sphinx. In order to generate the documentation locally you need to run make from the docs directory:

make html