My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallingFormAlchemy  
Installing FormAlchemy
Phase-Deploy
Updated Mar 5, 2010

Installing using easy_install

Just run:

  $ easy_install FormAlchemy

Installing from tarball/zip archive

Download FormAlchemy's latest version from the download page.

Then run:

  $ tar -xvzf FormAlchemy-0.1.tar.gz
  $ cd FormAlchemy-0.1
  $ python setup.py install

Working with trunk

You can checkout the latest trunk using svn:

svn checkout http://formalchemy.googlecode.com/svn/trunk/ formalchemy

Or via easy_install:

easy_install http://formalchemy.googlecode.com/svn/trunk/

Sign in to add a comment
Powered by Google Project Hosting