Installation ============ CPG can be installed from `PyPi`_ by running the following command:: $ pip install cpg .. _PyPi: https://pypi.org/project/cpg/ Additionally, CPG can be installed from its source code available at `GitLab`_. Installation can be performed by running the following command from CPG's source code directory:: $ pip install . .. _GitLab: https://gitlab.com/9f/cpg Generating Documentation ======================== Generate the documentation by running the following commands from CPG's source code directory:: $ pip install sphinx $ python setup.py build_sphinx The built documentation can be accessed from the source code directory at ``docs/_build/html/index.html``. Running Tests ============= Tests can be run by executing the following command from CPG's source code directory:: $ python setup.py test