If you want to follow along the talk tonight, I have put the tutorial
source code up on git. Install it now in case of lack of broadband
later.
Full instructions at:
https://github.com/kevingill1966/pyramid-talk-may11
To get setup on your laptop (assuming linux):
$ apt-get install python git virtualenv
$ virtualenv --no-site-packages tutorial
$ cd tutorial
$ . ./bin/activate
$ pip install pyramid
$ pip install pyramid_jinja2
$ pip install pyramid_formalchemy
$ pip install fa.jquery
$ git clone [email protected]:kevingill1966/pyramid-talk-may11.git
pyramid-talk-may11
$ cd pyramid-talk-may11/proj_010_jinja_project
$ python setup.py develop
$ cd ../..
$ cd pyramid-talk-may11/proj_011_alchemy
$ python setup.py develop
$ cd ../..
--
Kevin Gill
[email protected]
www.movieextras.ie
--
You received this message because you are subscribed to the Google Groups
"Python Ireland" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pythonireland?hl=en.