Skip to content

Commit f859a2a

Browse files
authored
Update index.rst
1 parent 8d91fd3 commit f859a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The package can be installed from the Python Package Index with `pip`.
6262
6363
$ pip install django-postgres-copy
6464
65-
You will of course have to have Django, PostgreSQL and an adapter between the two (like `psycopg2 <http://initd.org/psycopg/docs/>`_) already installed to put this library to use.
65+
You will have to have Django, PostgreSQL and an adapter between the two, such as `psycopg2 <http://initd.org/psycopg/docs/>`_ or `psycopg 3 <https://www.psycopg.org/psycopg3/>`_), installed to put this library to use.
6666

6767

6868
An example

0 commit comments

Comments
 (0)