install_dependencies_string()#
- hamilton.dataflows.install_dependencies_string(dataflow: str, user: str = None, version: str = 'latest') str #
Returns a string for the user to install dependencies.
- Parameters:
dataflow β the name of the dataflow.
user β the github name of the user.
version β the version to inspect. βlatestβ will resolve to the most recent commit, else pass a commit SHA.
- Returns:
pip install string to use.