Open quezak opened 8 years ago
@quezak As a temporary solution, you can install from git from master.
This repository was transferred to me by @dgrtwo
@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: