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.