Search code examples
pythonpypikaggle

Overriding my company's proprietary pypi repository for a specific package (kaggle)


I want to install the kaggle package on my employer's laptop, but it does not exist in the proprietary pypi mirror they have configured.

How do I bypass their pypi repo for the default one?


Solution

  • You can install directly using a url:

    pip install kaggle -i https://pypi.python.org/simple