.. index:: Load pyaqsapi;
.. sectionauthor:: Clinton Mccrowey \<mccrowey \<DOT\>\ clinton \<AT\>\ epa.gov\>

Load pyaqsapi
=============
Like any other python package make sure that you are loading pyaqsapi in the
same virtual environment where pyaqsapi was installed. Load pyaqsapi in the
same any other python package is loaded.

.. code-block:: python3

   import pyaqsapi as aqs
