You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest public release of NeqSim can be installed using the pip command:
pip install neqsim
The most current 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 .
A Java Runtime Environment needs to be installed on the computer. Java can be downloaded from this web page or this web page.