Installation
SARXarray can be installed from PyPI:
or from the source:
Note that Python version >=3.10 is required for SARXarray.
Install extra dependencies
SARXarray has some optional dependencies to support additional functionality besides the core features. You can install them depending on your needs:
pip install 'sarxarray[demo]' # to run the demo notebook
pip install 'sarxarray[dev]' # to run the test suite
pip install 'sarxarray[docs]' # to build the docs locally
Tips
We strongly recommend installing separately from your default Python environment. E.g. you can use environment manager (e.g. mamba) to create a separate environment.