README: fix typo

This commit is contained in:
Mario Fink 2021-03-03 19:14:07 +01:00
parent d957289124
commit 76f4ee589d

View File

@ -167,14 +167,14 @@ That makes the module available for import as a `import tdm_termite` .
#### Installation with pip #### Installation with pip
The package is also available via the [Python Package Index](https://pypi.org) at 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 ```Shell
python3 -m pip install TDMtermite python3 -m pip install TDMtermite
``` ```
Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to
succesfully install it. successfully install and use it.
## Usage ## Usage