1 InstallationΒΆ
The AmesPAHdbPythonSuite can be installed using pip directly from its GitHub-repository with:
$ pip install git+git://github.com/PAHdb/AmesPAHdbPythonSuite.git
Alternatively the AmesPAHdbPythonSuite can be cloned and then installed:
$ git clone https://github.com/PAHdb/AmesPAHdbPythonSuite.git
Then change directories to the new AmesPAHdbPythonSuite directory and install:
$ pip install -e .
A database (.xml file) is required for a comprehensive usage of the AmesPAHdbPythonSuite. See the Usage Section for details.