sec-edgar icon indicating copy to clipboard operation
sec-edgar copied to clipboard

Fix readme pip installation instructions

Open zero-stroke opened this issue 1 year ago • 2 comments

$ 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.

zero-stroke avatar May 26 '24 19:05 zero-stroke

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.

jackmoody11 avatar Jul 20 '24 02:07 jackmoody11

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.

zero-stroke avatar Jul 25 '24 12:07 zero-stroke

Going to close this for now. Working on fixing this so that pip installing the actual package works.

jackmoody11 avatar Oct 26 '24 17:10 jackmoody11