.. _install: Install ======= Latest stable release via pip (recommended): .. code:: bash $ pip install secedgar Latest development version: .. code:: bash $ pip install git+https://github.com/sec-edgar/sec-edgar.git or .. code:: bash $ git clone https://github.com/sec-edgar/sec-edgar.git $ cd sec-edgar $ pip install . **Note:** The use of `virtualenv `__ is recommended as below: .. code:: bash $ pip install virtualenv $ virtualenv env $ source env/bin/activate