- After cloning the git repository, you can install all dependencies by:
# bare minimal to generate the catalog
> poetry install --no-root
# include all the extras
> poetry install -E dashboard -E vetting --no-root
# bare minimal to generate the catalog
> poetry install --no-root
# include all the extras
> poetry install -E dashboard -E vetting --no-root