Skip to content

Commit

Permalink
docs: Add tip for psycopg2 issues, #932
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 19, 2022
1 parent 47f3745 commit 22839f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ When ready, open a shell, and run:
cd kingfisher-collect
pip install -r requirements.txt
.. tip::

If you encounter an error relating to ``psycopg2``, try instead:

.. code-block:: bash
pip install psycopg2-binary -r requirements.txt
To extract data from RAR files, you must have the ``unrar`` or `unar <https://theunarchiver.com/command-line>`__ command-line utility.

The next steps assume that you have changed to the ``kingfisher-collect`` directory (the ``cd`` command above).
Expand Down

0 comments on commit 22839f7

Please sign in to comment.