Installation#

FINAM can be installed using pip, from a local clone of the Git repository. See the pip website for how to get pip.

  1. Install FINAM from the Git repository:

$ pip install git+https://git.ufz.de/FINAM/finam.git
  1. Test it

$ python
>>> import finam
>>> print(finam.__version__) 

Congratulations! You can now start using FINAM.