Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use Artifactory with Python PIP?

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?

like image 502
BestPractices Avatar asked Aug 16 '12 23:08

BestPractices


1 Answers

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

like image 174
JoCatalin Avatar answered Sep 28 '22 04:09

JoCatalin