Installation instructions

Linux and Mac OS

  1. Install by

pip install micromechanics
  1. Run test using the default data

from micromechanics.indentation import Indentation
i = Indentation()
i.plotAll()

Windows - Anaconda

  1. Open Anaconda and select ‘Environments’ on the right side

Open Anaconda
  1. 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

open a terminal
  1. Type in ‘pip install micromechanics’ and a similar content should be shown

run installer