pyatran installation

Prerequisites

pyatran should work on both Python2 (>=2.7) and Python3 (>=3.4).

pyatran depends on the following Python modules:

The module pyatran.plot additionally depends on matplotlib.

For building the documentation

For building the documentation, additionally the following modules are needed:

Installing pyatran

Installing a pyatran release

If you are located within IUP-UB, don’t care about the source code repository, and just want to install the latest release of pyatran, you can simply issue the command

pip install /misc/decagon/code/pyatran/pyatran-latest.zip

Installation from source

The pyatran source code is kept in a Git repository at Gitlab. It is currently not publicly accessible; in case you want to have access, please contact Andreas Hilboll.

In order to clone (i.e., download) the repository, use the command

git clone https://gitlab.com/andreas-h/pyatran.git

After you enter your Gitlab username and password, this command will create a directory pyatran in your current working directory and download the full source code repository into it.

Now, you can go to the root of the repository and issue the command

python setup.py install