Skip to content

Commit f1cf4d9

Browse files
author
Wolfgang Kastaun
committed
Fixed typo in install instructions
1 parent fd23783 commit f1cf4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If only the Python interface is required on a Linux platform,
8383
it is easiest to install from pypi
8484

8585
```bash
86-
pip install pyreprimand
86+
pip install reprimand
8787
```
8888

8989
Otherwise, one first has to buid and install the C++ library as shown above.

docsrc/sphinx/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ it is easiest to install from pypi
8484

8585
.. code::
8686
87-
pip install pyreprimand
87+
pip install reprimand
8888
8989
9090
Otherwise, one first has to buid and install the C++ library as shown above.

0 commit comments

Comments
 (0)