Workflow management tools for AutoRA.
This package is deprecated and has been merged into AutoRA Core (GitHub | PyPI).
You will need:
python
3.8 or greater: https://www.python.org/downloads/
Install the workflow package (as part of autora
):
pip install --upgrade "autora"
💡We recommend using a
python
environment manager likevirtualenv
.
Print the help for the CLI utility by running:
python -m autora.workflow --help
For more information, see the documentation.