I have python package which need to be installed to run a Django project?
I go into the python virtual environment and clone the module from git in site-packages folder inside lib.
What i need is to make that module pip intallable and installation access should be given only to specific people i.e that module should not be public to everyone.
pip install <folder-name>where the<folder-name>is the directory git created when you cloned. That should install the module to your virtual environment only.