i just installed fenics on Ubuntu 16.04, and i'm able to import dolfin just fine. when i try:
import mshr
i get the following error:
ImportError Traceback (most recent call last)
ipython-input-1-8a0830bf6ff0> in module>()
----> 1 import mshr
ImportError: No module named mshr
any help figuring this out would be greatly appreciated.
thank you.