Can I use Artifactory with Python PIP?

artifactory, pip, python

Solution

Support for python pip was introduced in the Artifactory release version 3.4 Check their wiki for details regarding implementation: http://www.jfrog.com/confluence/display/RTF/PyPI+Repositories

Problem

Can I pull Python artifacts from Artifactory using Pip? I see that I can place artifacts in Artifactory using Python, but what if I want to pull artifacts from it using pip?

Original source