Installation¶
From GitHub¶
pip install git+https://github.com/htlemke/escape-fel
From a local clone¶
git clone https://github.com/htlemke/escape-fel
cd escape-fel
pip install -e .
Dependencies¶
escape requires Python ≥ 3.8 and the following packages:
Package |
Purpose |
|---|---|
|
Array mathematics |
|
Lazy, out-of-core computation |
|
HDF5 file I/O |
|
Alternative chunked storage |
|
HDF5-backed serialisation of arbitrary Python objects |
|
Tabular scan parameter display |
|
Built-in plotting helpers |
|
Terminal output formatting |
A complete environment specification is provided in
environment.yml.
Building this documentation locally¶
pip install -r docs/requirements.txt
sphinx-build docs docs/_build/html