From d200e1014428fd5d63ada91fd7693189c96262c3 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Tue, 26 Jan 2021 11:45:12 +0100 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c396da1..693ae6c 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ available, which may be installed via `python3 -m pip install cython` . Furthermore, the [Numpy](https://numpy.org) package is recommended to be able to pass arrays of data from the C++ kernel to Python. The _makefile_ provides the target `make cython-requirements` to install all required Python modules. -Finally, to build the Python extension _TDMReaper_ either locally or install +Finally, to build the Python extension _tdm_reaper_ either locally or install it the targets `make cython-build` and `make cython-install` are provided. Hence, to install the Python module on the system simply do