Installation

Requirements

mrinversion has the following strict requirements:

See Package dependencies for a full list of requirements.

Make sure you have the required version of python by typing the following in the terminal,

Tip

You may also click the copy-button located at the top-right corner of the code cell area in the HTML docs, to copy the code lines without the prompts and then paste it as usual. Thanks to Sphinx-copybutton)

$ python --version

For Mac users, python version 3 may be installed under the name python3. You may replace python for python3 in the above command and all subsequent python statements.

Installing mrinversion

Colaboratory is a Google research project. It is a Jupyter notebook environment that runs entirely in the cloud. Launch a new notebook on Colab. To install the mrinversion package, type

!pip install mrinversion

in the first cell, and execute. All done! You may now proceed to the next section and start using the library.

Upgrading to a newer version

To upgrade, type the following in the terminal/Prompt,

$ pip install mrinversion -U