Skip to content

Commit

Permalink
docs:: install psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Mar 11, 2021
1 parent 6ed5f0f commit 89810f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
@@ -28,6 +28,12 @@ Install
| If you use Python for anything other than Zipline, I **strongly** recommend
that you install in a `virtualenv <https://virtualenv.readthedocs.org/en/latest>`_.
| When using postgres, some users had difficulties installing ``psyccopg2``. A workaround is installing it manually prior to zt
.. code-block:: bash
conda install -c conda-forge psycopg2=2.8.6
The `Hitchhiker's Guide to Python`_ provides an `excellent tutorial on virtualenv
<https://docs.python-guide.org/en/latest/dev/virtualenvs/>`_.

0 comments on commit 89810f9

Please sign in to comment.