Install Python Packages with Poetry

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To install Python packages with Poetry:

Run the following command:

poetry add --source <REPOSITORY_NAME> <PACKAGE_NAME>

For example:

poetry add --source pypi-local my_pypi_package