Install

Latest stable release via pip (recommended):

$ pip install secedgar

Latest development version:

$ pip install git+https://github.com/sec-edgar/sec-edgar.git

or

$ git clone https://github.com/sec-edgar/sec-edgar.git
$ cd sec-edgar
$ pip install .

Note:

The use of virtualenv is recommended as below:

$ pip install virtualenv
$ virtualenv env
$ source env/bin/activate