What is paster and how do I install it?

Question:

I am installing an application and have installed python and easy_install. I now have two steps to complete:

5. Make a config file as follows::

    paster make-config openbiblio development.ini

6. Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

I have read Stackoverflow answers and tried the web but cannot find installation instructions.

Asked By: peter.murray.rust

||

Answers:

I think you’re looking for pythonpaste‘s "Paste Script", which you can download from pypi.python.org and then unpack and install.

Answered By: Alex Martelli
sudo apt-get install python-pastescript
Answered By: Steve Bennett
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.