File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717py-postgresql uses Python's standard distutils package to manage the
1818build 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
You can’t perform that action at this time.
0 commit comments