# INSTALL
# 
# $Date: 2004/12/04 06:07:20 $
# $Revision: 1.4 $
========================================

REQUIREMENTS
------------

o OS
  Independent

o Requirements
  Python 2.4 or higher.

  If you don't have Python installed on your machine, you need to get
  it from http://www.python.org/ .

INSTALL
-------

There are two ways to install this library.

o Installation from Source

  Unpack the compressed file and run $ python setup.py install. That's all.

  $ tar zxfv young-xxx.tar.gz
  $ cd young-xxx
  $ python2.4 setup.py install

(xxx is the version number)

o Installation from the binary file(Windows).

  Double click on young-xxx.win32.exe to invoke the installer.
  After that, just follow the instruction.

  The binary installer is available for Windows only.


CHECK
-----

To check if the installation is done right, start up an interpreter and
import Young module.

  $ python2.4
  
  [snip]
  
  >>> import young
  >>> young.version
  '0.2.3'

If Python complains about ImportError, please reverify the installation
process.


LINK
----

o Python Language Website
  http://www.python.org/

o Young Project Page
  http://sourceforge.jp/projects/young/

