============ Installation ============ .. note:: If you are a developer, please refer to the :ref:`installation for developers ` section. You can install the library from ``PyPI`` via ``pip`` using the following command: .. code-block:: shell pip install sigmaepsilon.solid.fourier To test your installation, run the following command in your Python environment: .. code-block:: shell $ python Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import sigmaepsilon.solid.fourier >>> sigmaepsilon.solid.fourier.__version__ 'x.y.z' Where ``x.y.z`` is the version number of ``sigmaepsilon.solid.fourier``.