#!/usr/bin/env python # coding: utf-8 # # Updating # # OOMMFC is under intensive development at the moment. Therefore, the new versions of OOMMFC are released on almost weekly basis. Therefore, in order to obtain newly added functionalities as well as any enhancements and fixes, we recommend updating OOMMFC regularly. # # To update OOMMFC and all its dependent packages, run in your Terminal (Command prompt): # ``` # pip install --upgrade oommfc # ``` # # **Note:** This command on Linux and MacOS platforms requires root privileges