Skip to content
Snippets Groups Projects
Commit 8e8aa4f4 authored by Martin Utz's avatar Martin Utz Committed by Mathis Kelm
Browse files

Fix the python README

parent c42546ac
No related branches found
No related tags found
1 merge request!3366Fix python binding docs
...@@ -23,12 +23,12 @@ this documentation in the future. ...@@ -23,12 +23,12 @@ this documentation in the future.
Checkout the `master` branch of the Dune core modules and DuMu<sup>x</sup> Checkout the `master` branch of the Dune core modules and DuMu<sup>x</sup>
``` ```
git clone https://gitlab.dune-project.org/core/dune-common git clone https://gitlab.dune-project.org/core/dune-common.git
git clone https://gitlab.dune-project.org/core/dune-geometry git clone https://gitlab.dune-project.org/core/dune-geometry.git
git clone https://gitlab.dune-project.org/core/dune-grid git clone https://gitlab.dune-project.org/core/dune-grid.git
git clone https://gitlab.dune-project.org/core/dune-localfunctions git clone https://gitlab.dune-project.org/core/dune-localfunctions.git
git clone https://gitlab.dune-project.org/core/dune-istl git clone https://gitlab.dune-project.org/core/dune-istl.git
git clone https://git.iws.uni-stuttgart.de/dumux-repositories/dumux git clone https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
``` ```
Create and activate a new virtual environment in which the Create and activate a new virtual environment in which the
...@@ -54,12 +54,12 @@ this documentation in the future. ...@@ -54,12 +54,12 @@ this documentation in the future.
Checkout the `releases/2.8` branch of the Dune core modules and DuMu<sup>x</sup> 3.5 Checkout the `releases/2.8` branch of the Dune core modules and DuMu<sup>x</sup> 3.5
``` ```
git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-common git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-common.git
git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-geometry git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-geometry.git
git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-grid git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-grid.git
git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-localfunctions git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-localfunctions.git
git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-istl git clone -b releases/2.8 https://gitlab.dune-project.org/core/dune-istl.git
git clone -b releases/3.5 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux git clone -b releases/3.5 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
cp dumux/cmake.opts . cp dumux/cmake.opts .
``` ```
...@@ -92,7 +92,7 @@ Replace the path with the path to the MPI library on your system. ...@@ -92,7 +92,7 @@ Replace the path with the path to the MPI library on your system.
Run your first DuMu<sup>x</sup> Python test Run your first DuMu<sup>x</sup> Python test
``` ```
python3 dumux/test/python/test_py_gridgeometry.py python3 dumux/test/python/test_gridgeometry.py
``` ```
The Python bindings are based on just-in-time compilation of C++ code, The Python bindings are based on just-in-time compilation of C++ code,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment