Copyright © 2009. All rights reserved.
Copyright © 2009. All rights reserved.
Installation Instructions
The recommended to way to install Pypes is to use easy_install.
$ easy_install pypes
The recommended way to install Pypes Visual Design Studio is to download the buildout package. Once downloaded, follow these instructions:
Unpack the download
$ tar xzf pypesvds.tar.gz
change directories
$ cd pypesvds
run the installer
$ python install.py (need stackless = 2.6.x)
create pypesvds ini config
$ bin/paster make-config pypesvds production.ini
setup app/custom plugin env
$ bin/paster setup-app production.ini
start pypesvds
$ bin/paster serve production.ini