Skip to content
Even Solbraa edited this page Jun 28, 2019 · 15 revisions

NeqSim Python Wiki

See examples of how to use NeqSim in Python in the example scripts available from the right menu.

More information is available in the NeqSim Java Wiki.

Initial setup

The NeqSim Python package is downloaded by cloning the library to your local computer (alternatively fork it to your private reprository). The following commands are dependent on a local installation of GIT.

git clone https://github.com/equinor/neqsimpython.git
cd neqsimpython
pip install .

More information is available in the NeqSim Java Wiki.