Skip to content

Commit 445e389

Browse files
author
Patrik Barkman
committed
update readme
1 parent 0bb1ce1 commit 445e389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `torch-fenics` package enables models defined in [FEniCS](https://fenicsproj
88
[Install FEniCS](https://fenicsproject.org/download/) and run
99

1010
```bash
11-
pip install git+https://github.com/pbarkm/torch-fenics.git@master
11+
pip install git+https://github.com/barkm/torch-fenics.git@master
1212
```
1313

1414
A clean install of the package and its dependencies can for example be done with [Conda](https://conda.io/docs/)
@@ -17,7 +17,7 @@ A clean install of the package and its dependencies can for example be done with
1717
conda create --name torch-fenics
1818
conda activate torch-fenics
1919
conda install -c conda-forge fenics
20-
pip install git+https://github.com/pbarkm/torch-fenics.git@master
20+
pip install git+https://github.com/barkm/torch-fenics.git@master
2121
```
2222

2323
## Details

0 commit comments

Comments
 (0)