Skip to content

Commit 2ecb8a8

Browse files
authored
Merge pull request #22 from cslotboom/cslotboom-patch-2
Update README.md
2 parents 6a7e160 + d685370 commit 2ecb8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ PlaneSections is a FEM solver! Results are only stored at nodes specified by the
2626
## Installation
2727
The default package is installable through pip.
2828
```
29-
pip -m install planesections
29+
pip install planesections
3030
3131
```
3232
The package with the optional OpenSeesPy dependancy is installable with
3333
```
34-
pip -m install planesections[opensees]
34+
pip install planesections[opensees]
3535
3636
```
3737

0 commit comments

Comments
 (0)