Skip to content

How can I specify a dependency as a git repository with branch name in pyproject.toml? #4686

Answered by rinarakaki
rinarakaki asked this question in Q&A
Discussion options

You must be logged in to vote

Now I've figured out that it works with pip install without the modification of the format:

pip install -e .

but didn't work with with/without the changes you suggested to me, because I was using setup.py install:

python setup.py install

I didn't know that those two install commands treats the same dependency string in different ways.

Thank you anyway for the reply and the referrence!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rinarakaki
Comment options

Answer selected by rinarakaki
@abravalheri
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants