From d9572891246f929da62890c2539fa971e1d9dae4 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 3 Mar 2021 19:10:20 +0100 Subject: [PATCH] add pip installation in README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 97188d4..ae9f759 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,18 @@ make cython-install That makes the module available for import as a `import tdm_termite` . +#### Installation with pip + +The package is also available via the [Python Package Index](https://pypi.org) at +[TDMtermite](https://pypi.org/project/TDMtermite/). To install it simply do + +```Shell +python3 -m pip install TDMtermite +``` + +Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to +succesfully install it. + ## Usage ### CLI tool