Installation and Setup
======================
Autonet is packages as a WSGI application and is available via PyPI. Autonet
can be run by itself, but it's recommended to be run with a production ready
WSGI server such as `Gunicorn `_.
Pip Install
-----------
There are two ways to install the module via Pip: Via PyPI, or install
directly from `Github