Skip to content

Commit d8e3315

Browse files
Added PostgreSQL installation. (#1846)
PostgreSQL is needed to install dev-requirements.txt. Otherwise psycopg2 will fail. PostgreSQL needs to run to be able to execute ./manage.py migrate
1 parent 23095ad commit d8e3315

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/install.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ Installing
33

44
Manual setup
55
------------
6+
First, install PostgreSQL_ on your machine and run it.
67

7-
First, clone the repository::
8+
.. _PostgreSQL: https://www.postgresql.org/download/
9+
10+
Then clone the repository::
811

912
$ git clone git://github.com/python/pythondotorg.git
1013

0 commit comments

Comments
 (0)