Mux
==========
Features
---------

* Connects using twitters streaming interface

Installation
-------------
To create a virtual environment use the following commands

    pyvenv-3.4 --system-site-packages venv
    . bin/venv/activate
    pip install mux

to activate the environment in another terminal repeat the activate step as shown below

    . bin/venv/activate

as this is an argparse based program, comprehensive help is available by specifying '-h' or '--help'
to receive help on a sub command, use '-h' as above after the sub command itself
