Installation instructions
Linux and Mac OS
Install by
pip install micromechanics
Run test using the default data
from micromechanics.indentation import Indentation
i = Indentation()
i.plotAll()
Windows - Anaconda
Open Anaconda and select ‘Environments’ on the right side

Create a new environment ‘new’: see buttons at the bottom or use the existing ‘base’ environment and select the green arrow to open a terminal

Type in ‘pip install micromechanics’ and a similar content should be shown
