Installation#
For a base python installation with zero external dependencies use:
pip install yaflux
For a more feature-rich installation with additional dependencies use:
pip install yaflux[full]
Or if you want a specific subset of features, you can install individual extras:
pip install yaflux[viz]