sec-edgar
sec-edgar copied to clipboard
Fix readme pip installation instructions
$ pip install secedgar
changed to
$ pip install git+https://github.com/sec-edgar/sec-edgar.git
So people don't install an old, non-working version.
Thanks @zero-stroke. Is there something in particular that doesn't work with v0.5.0? It is probably best to address that issue.
Relevant for #304.
The current github version works fine, but when installing from pypi pip, the issue that was addressed in issue #300 is not fixed, because the pypi version is outdated.
Going to close this for now. Working on fixing this so that pip installing the actual package works.