Installation

Installation from PyPI

formelsammlung is published on PyPI so you can simply install it with

$ pip install formelsammlung

Installation from source

formelsammlung can be install directly from a clone of the Git repository. You can either clone the repo and install the local clone:

$ git clone https://github.com/Cielquan/formelsammlung.git
$ cd formelsammlung
$ pip install .

or install it directly via git:

$ pip install git+https://github.com/Cielquan/formelsammlung.git

You can also grab the repo in either tar.gz or zip format. After downloading and extracting you can install it with pip like above.