Getting Started
===============

Installing From Pip
-------------------

To install from pip run ``pip install YetAnotherModule``

Installing From Github
----------------------

To install from github (Latest) run ``pip install git+https://github.com/carson-coder/Yet-Another-Python-Module.git``

Importing
---------
You can import Yet Another Python Module into your script with ``import YAPM``

Examples
--------
You can find examples in :ref:`examples`.
