Installing pycapfile ==================== There are two choices for installing pycapfile: * from `PyPI `_ * from source Installing from PyPI -------------------- pycapfile may be installed with easy_install or pip:: $ sudo pip install pypcapfile Installing from Source ---------------------- The source may be downloaded from the project's `Github Page `_. It uses the standard Python distutil package; run the included setup.py file with the "install" argument:: $ python setup.py install