What is the equivalent of --find-links
/ -f
flag for pip
in setup.py
.
I know dependency_links
exist, but that requires pointing to a specific file, I want something similar to -f
that can point to a list of links from which the package can be selected based on version&os.
from Equivalent for `--find-links` in `setup.py`
No comments:
Post a Comment