Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
UZerbinati authored Nov 20, 2024
1 parent a645e06 commit 8a63aa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/install.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8a63aa5

Please sign in to comment.