File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The `torch-fenics` package enables models defined in [FEniCS](https://fenicsproj
8
8
[ Install FEniCS] ( https://fenicsproject.org/download/ ) and run
9
9
10
10
``` 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
12
12
```
13
13
14
14
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
17
17
conda create --name torch-fenics
18
18
conda activate torch-fenics
19
19
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
21
21
```
22
22
23
23
## Details
You can’t perform that action at this time.
0 commit comments