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
@dgrtwo - Do you have access to some pypi account you can transfer to me? Or do you know of a better method to go about updating the pypi package to latest version?
If I follow the readme, and install ParsePy using
pip install <git-url>
, and later list packages usingpip freeze
, it reports the latest PyPi version:This is confusing, because if I save that in a file, and later run
pip install -r requirements.txt
, pip installs the 2-year-old version from PyPi.Is this the expected behavior?
It works fine when installing with
-e
flag, because then pip fixes package version to the current commit:The text was updated successfully, but these errors were encountered: