Skip to content

Commit 3497cf0

Browse files
author
James William Pye
committed
Add some context description.
Imply the extraction of the archive.
1 parent 48a055e commit 3497cf0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

postgresql/documentation/admin.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616
1717
py-postgresql uses Python's standard distutils package to manage the
1818
build and installation process of the package. The normal entry point for
19-
this is the setup.py script contained in the root project directory.
19+
this is the ``setup.py`` script contained in the root project directory.
2020
21-
Normally, installation is as simple as::
21+
After extracting the archive and changing the into the project's directory,
22+
installation is normally as simple as::
2223
2324
$ python3 ./setup.py install
2425
25-
However, if you need to install for use with a particular version of python::
26+
However, if you need to install for use with a particular version of python,
27+
just use the path of the executable that should be used::
2628
2729
$ /usr/opt/bin/python3.0 ./setup.py install
2830

0 commit comments

Comments
 (0)