poetry install
poetry install --no-dev
poetry install --only=dev
poetry install --only=analysis
to install both the dev and analysis dependencies
poetry install --only=dev,analysis
poetry install
poetry install --no-dev
poetry install --only=dev
poetry install --only=analysis
to install both the dev and analysis dependencies
poetry install --only=dev,analysis