Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronyicongfu authored Feb 10, 2023
1 parent 881316d commit 20a5304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See [examples/quadratic/quad-min.py](examples/quadratic/quad-min.py) for more de
- First, install python dependencies by ```pip install -r requirements.txt```
- Then, install [PETSc](https://petsc.org/release/):
- Obtain source code from https://gitlab.com/petsc/petsc
- Configure PETSc by ```./configure --with-mpi=1 --with-debugging=0 --prefix=dir/to/install/petsc```, then follow the steps in the print out
- Configure PETSc by ```./configure --with-mpi=1 --with-debugging=0 --prefix=dir/to/install/petsc```, then follow the steps in the printout
- Install ```mma4py```:
- Specify location of PETSc by ```export MMA4PY_PETSC_PREFIX=dir/to/install/petsc```
- In root directory of ```mma4py```, do ```pip install .```
- In root directory of ```mma4py```, do ```pip install .```

0 comments on commit 20a5304

Please sign in to comment.