Installation for Users

This section explains how to install the ETA Utility Functions for usage only. For instructions what to consider during the installation process if you want to contribute to development of the utility functions, please see the development guide Installation and Guide for Developers.

You can install the basic package (without eta_x) or the entire library, both options are shown below.

Installation via pip

You can install eta_nexus using pip:

$ pip install eta_nexus

It’s recommended to install the package in a virtual environment. See Creating a virtual environment (recommended)

Note

eta-nexus supports Python versions between 3.9 and 3.11 (inclusive).

There are multiple classes of optional requirements. If you would like to use some of the optional components, please install one or more of the following:

  • examples: Dependencies required to run the examples

  • develop: All of the above and additional dependencies for the continuous integration processes. Required when performing development work on eta_nexus.

The optional requirements can be installed using pip. For example:

$ pip install eta_nexus[develop]