.. _install: Installation ============ Dependencies ------------ iexfinance relies on: - `pandas `__ - `requests `__ For testing requirements, see :ref:`testing.dependencies`. Installation ------------ Latest stable release via pip (recommended): .. code:: bash $ pip install iexfinance Latest development version: .. code:: bash $ pip install git+https://github.com/addisonlynch/iexfinance.git or .. code:: bash $ git clone https://github.com/addisonlynch/iexfinance.git $ cd iexfinance $ pip install . **Note:** The use of `virtualenv `__ is recommended as below: .. code:: bash $ pip install virtualenv $ virtualenv env $ source env/bin/activate