.. _installation: Installation ============ pycall can be installed just like any other python program, through `pypi `_. To install it, simply run:: $ pip install pycall If you'd like to install the latest development version of pycall (not recommended), then `download the latest release `_ and run:: $ python setup.py install If you're totally unfamiliar with installing python packages, you should probably read the `official tutorial `_ before continuing.