Installation¶
You can install jetfuelburn from PyPi using pip:
pip install jetfuelburn
The core version of jetfuelburn only depends on the Pint library and therefore has only one top-level dependency. This makes jetfuelburn well-suited for WebAssembly Python environments like Pyodide that work best with small package file-size.
Warning
If you want to use the modules:
you need to install it including all optional dependencies:
pip install jetfuelburn[optionaldependencies]