From 51a8312b69a38c893519b77da1b493392e3956b8 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 12 Jul 2019 11:04:36 +0200 Subject: [PATCH] documentation install --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f2a2c03..edcc1ec 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,8 @@ each containing an arbitrary amount of channels. ## Installation The makefile provides targets for using the library both as native C++ extension -and as Python module. Building the C++ codes is done via - -```Shell -make -# or -make extall -``` - -The package supports usage on Linux and MacOSX. The tdm_ripper module is built -on these platforms by +and as Python module. The package supports usage on Linux and MacOSX. +The tdm_ripper module is built on these platforms by ```Shell make install