Installation

resqpy is written for Python 3.10+.

You can install the library using pip:

$ pip install ResSimpy

To install a development version on your local machine, use:

$ pip install -e /path/to/working/copy

To build the documentation locally (requires sphinx):

$ sphinx-apidoc -f -o docs/source ResSimpy
$ cd docs
$ .\make html