Installation#

Note

If you are a developer, please refer to the installation for developers section.

You can install the library from PyPI via pip using the following command:

pip install sigmaepsilon.solid.fourier

To test your installation, run the following command in your Python environment:

$ 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.