add pip installation in README
This commit is contained in:
parent
086da08873
commit
d957289124
12
README.md
12
README.md
@ -164,6 +164,18 @@ make cython-install
|
|||||||
|
|
||||||
That makes the module available for import as a `import tdm_termite` .
|
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
|
## Usage
|
||||||
|
|
||||||
### CLI tool
|
### CLI tool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user