FAQ¶
What is the correct package name?¶
Use:
- PyPI package:
brickflowui - import:
import brickflowui as db - CLI:
brickflowui
How do I install directly from GitHub?¶
pip install "brickflowui @ git+https://github.com/AjayAJ2000/brickflowUI.git@v0.1.6"
How do I put the GitHub version in requirements.txt?¶
brickflowui @ git+https://github.com/AjayAJ2000/brickflowUI.git@v0.1.6
How do I use it in Databricks Apps?¶
Use:
command:
- python
- app.py
and:
brickflowui>=0.1.6
Does BrickflowUI depend on Nike's Brickflow?¶
No.
BrickflowUI is an independent project and is not affiliated with Nike's Brickflow workflow framework.