Install LinkExchange
System Requirements
The LinkExchange programming library was written on Pyhton language. Python of version >= 2.3, but < 3.0 was required. Also setuptools package >= 0.6 was required. The LinkExchange version 0.1 requires phpserialize to be installed. For LinkExchange versions > 0.1 phpserialize is optional.
Does not matter what type operation system used, LinkExchange will runs on any platform that Python runs on.
Install a Released Version
Run (omitting 'sudo' if not applicable):
sudo easy_install LinkExchange
Easy Install will find latest LinkExchange version on PyPI, and automatically download, build, and install it.
Install from Source Package
In source directory run (omitting 'sudo' if not applicable):
sudo python setup.py install
