Install Python Packages with Pip

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To install Python packages with the pip client:

Run the following command:

pip3 install <PACKAGE_NAME>

For example:

pip3 install my_pypi_package