= Install !LinkExchange = == System Requirements == The !LinkExchange programming library was written on [http://python.org/ Pyhton] language. Python of version >= 2.3, but < 3.0 was required. Also [http://pypi.python.org/pypi/setuptools setuptools] package >= 0.6 was required. The !LinkExchange version 0.1 requires [http://pypi.python.org/pypi/phpserialize/ 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 }}}