Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is paster and how do I install it?

Tags:

python

paster

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.

like image 768
peter.murray.rust Avatar asked Feb 03 '23 04:02

peter.murray.rust


1 Answers

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

like image 191
Alex Martelli Avatar answered Feb 19 '23 09:02

Alex Martelli