Installation
This book has moved to the FINAM documentation. You are viewing an outdated version!
FINAM can be installed using pip
, from a local clone of the Git repository. See the pip
website for how to get pip
.
- Install FINAM from the Git repository:
$ pip install git+https://git.ufz.de/FINAM/finam.git
- Test it
$ python
>>> import finam
>>> print(finam.__version__)
Congratulations! You can now start using FINAM.