Skip to content

Commit

Permalink
Merge pull request #10 from DLR-AE/feature_more_granular_install
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ArneVoss authored Jan 11, 2024
2 parents 9152638 + 1182fe4 commit 31c585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pip install -e .
To use the graphical tools and other features, optional libraries definded as extras are necessary:

```
pip install -e .[extra]
pip install -e .[extras]
```

Note: Especially with mpi or the graphical libraries, pip frequently fails. In that case, try to install the failing packages using a
Expand Down

0 comments on commit 31c585c

Please sign in to comment.