You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But PyPI also has packages, and there are otherissues regarding PyPI.
I generally prefer targeting specific versions (e.g. pip install yake==0.4.8) for reproducible builds. Is there a reason to prefer the git taget instead of PyPI? If so, I recommend adding a line to the README so that it is clear.
Thanks!
The text was updated successfully, but these errors were encountered:
Summary
I recommend changing the README to either:
pip install yake
instead ofpip install git+https://github.com/LIAAD/yake
Details
The README currently recommends a pip installation targeting the git repository:
But PyPI also has packages, and there are other issues regarding PyPI.
I generally prefer targeting specific versions (e.g.
pip install yake==0.4.8
) for reproducible builds. Is there a reason to prefer the git taget instead of PyPI? If so, I recommend adding a line to the README so that it is clear.Thanks!
The text was updated successfully, but these errors were encountered: