Skip to content

Commit c112a2c

Browse files
committed
Improved Python documentation
1 parent e523b3a commit c112a2c

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

content/releases/linux-installation.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,22 @@ Launch the application using the command `ResInsight`
3131

3232
The **apt-get** package does not contain **Python** support due to build server issues. Consider using the latest nightly build for Ubuntu from the development branch for Python support. Please note that this is a development version, and is not as stable as the public release.
3333

34-
curl -L -O "https://nightly.link/OPM/ResInsight/workflows/ResInsightWithCache/dev/ResInsight-Ubuntu%2024.04%20gcc.zip"
35-
unzip "ResInsight-Ubuntu 24.04 gcc.zip"
34+
1. Download the binary file
35+
```txt
36+
curl -L -O "https://nightly.link/OPM/ResInsight/workflows/ResInsightWithCache/dev/ResInsight-Ubuntu%2024.04%20gcc.zip"
37+
```
38+
2. Unzip the binary
39+
```txt
40+
unzip "ResInsight-Ubuntu%2024.04%20gcc.zip”
41+
```
42+
3. Launch ResInsight from the bin folder
43+
```txt
44+
./bin/ResInsight
45+
```
46+
4. The installation of the Python package is described here https://api.resinsight.org/en/main/Installation.html
47+
48+
5. Some examples on how to use ResInsight from Python https://api.resinsight.org/en/main/PythonExamples_instance_and_project_management.html
3649

37-
{{% notice info %}}
38-
For further installation details, see the ResInsight distribution on [Opm Project Downloading and Installing](http://opm-project.org/?page_id=36).
39-
{{% /notice %}}
4050

4151
## Custom Qt configuration
4252
If you are using a version of Qt that is not available in system path, you need to do the following to make runtime Qt paths available to ResInsight

0 commit comments

Comments
 (0)