pipenv install git+ssh://[email protected]/chhantytal/[email protected]#egg=parq
pipenv install git+ssh://[email protected]/chhantytal/parquet-cli.git@master#egg=parq
Works for pip
as well.
pipenv install git+ssh://[email protected]/chhantytal/[email protected]#egg=parq
pipenv install git+ssh://[email protected]/chhantytal/parquet-cli.git@master#egg=parq
Works for pip
as well.
An issue on more recent vercions of pipenv
If one package from github depends on another package from github - it wil not resolve dependencies
My pipenv version:
2023.12.1
I found that
poetry
is more powerfull