From 76f4ee589d40b2d10db363617a6fc04170d3c2f5 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Wed, 3 Mar 2021 19:14:07 +0100 Subject: [PATCH] README: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae9f759..770b9e0 100644 --- a/README.md +++ b/README.md @@ -167,14 +167,14 @@ 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 +[TDMtermite](https://pypi.org/project/TDMtermite/). To install the latest version simply do ```Shell python3 -m pip install TDMtermite ``` Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to -succesfully install it. +successfully install and use it. ## Usage