I'd like to install ERP software and I want to install it using pipenv as package management. First of all the dependencies is listed in odoo github and I'd like to copy it to my computer. Apparently I don't have git so I tried to install it using pipenv install git
but return this,
ERROR: Could not find a version that satisfies the requirement git (from versions: none)
ERROR: No matching distribution found for git
I could install git in the global but I tried to avoid this way since I want to isolate everything. Is there another way to make this works?