Next: , Previous: Introduction, Up: Top


2 Installation

Pyconfigure includes the template files that you will use in your projects, the pyconf script to copy those files into a project's directory, and this documentation. In order for their usage to be convenient, it is recommended to install them. Installation of pyconfigure follows the standard GNU installation procedure. Upon unpacking the source, navigate into its directory and run the following command sequence:

     $ ./configure --prefix=/usr/local
     $ make install

If you wish the files to be installed to a different location, specify it using the --prefix option.