From 8a63aa5373c131123b93b48d3bf18680ea3040cb Mon Sep 17 00:00:00 2001 From: Umberto Zerbinati Date: Wed, 20 Nov 2024 12:46:09 +0000 Subject: [PATCH] Update install.rst --- docs/src/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/install.rst b/docs/src/install.rst index adb65e1..1ac75f6 100644 --- a/docs/src/install.rst +++ b/docs/src/install.rst @@ -1,10 +1,13 @@ Installation ----------------- -To install ngsPETSc you need to clone the GitHub repository, and then you can install it using pip. +To install ngsPETSc (if you have a working PETSc and petsc4py installation) you need to clone the GitHub repository, and then you can install it using pip. :: git clone https://github.com/UZerbinati/ngsPETSc.git cd ngsPETSc pip install . +Or you can use the wheel we publish on PyPi. +:: + pip install ngsPETSc Alternatively, you can also build PETSc, SLEPc and NGSolve from source and then install ngsPETSc. First we install all the needed packages using apt and pip or an equivalent package manager.