SigmaEpsilon - Computational Mechanics in Python

Installation

This is optional, but we suggest you to create a dedicated virtual enviroment at all times to avoid conflicts with your other projects. Create a folder, open a command shell in that folder and use the following command

>>> python -m venv venv_name

Once the enviroment is created, activate it via typing

>>> .\venv_name\Scripts\activate

SigmaEpsilon can be installed (either in a virtual enviroment or globally) from PyPI using pip on Python >= 3.6:

>>> pip install sigmaepsilon

Indices and tables