|
|
InstallingFormAlchemy
Installing FormAlchemy
Installation
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
Installing using easy_install
$ easy_install FormAlchemy
You can now use FormAlchemy in your project:
import formalchemy
Working with trunk
You can checkout the latest trunk using svn:
svn checkout http://formalchemy.googlecode.com/svn/trunk/ formalchemy
Or have it directly installed via easy_install:
easy_install http://formalchemy.googlecode.com/svn/trunk/
Sign in to add a comment
