Installation#
The latest stable release of flatspin can be installed and updated using pip
:
pip install -U flatspin
Install the latest development version with:
pip install git+https://gitlab.com/flatspin/flatspin#egg=flatspin
If you downloaded flatspin, e.g., from the flatspin repository, you can install it with:
pip install -U path/to/flatspin
Developers will want to install with --user -e
and the [dev]
extras:
pip install --user -e -U path/to/flatspin[dev]
Python version#
flatspin requires a stable release of Python 3.7 or later.