[Answer]-How to install package not in site-packages of virtualenv and put command in requirements.txt that will install this package from local dir?

1👍

This isn’t really what pip was designed to do. You should post your version of django-oscar to github, then reference that in your pip requirements.txt

Or if you don’t want to have it hosted remote you might as well just include it in your project directory as you would a Django app you are making.

Leave a comment