Compare commits
3 Commits
v1.0.2
...
53fea5f738
Author | SHA1 | Date | |
---|---|---|---|
![]() |
53fea5f738 | ||
![]() |
c407abe517 | ||
f8f779136b |
10
README.md
10
README.md
@@ -160,19 +160,21 @@ make cython-requirements
|
|||||||
make cython-install
|
make cython-install
|
||||||
```
|
```
|
||||||
|
|
||||||
That makes the module available for import as a `import tdm_termite` .
|
which makes the module available for import by `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 the latest version 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
|
##### Unix
|
||||||
successfully install and use it.
|
|
||||||
|
Note, that _python3_setuptools_ and _gcc version >= 10.2.0_ are required to
|
||||||
|
successfully install and use it.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ pip-sdist: ../cython/py_tdm_termite.pyx ../cython/tdm_termite.pxd ../cython/py_t
|
|||||||
cp -v ../cython/py_tdm_termite.cpp ./
|
cp -v ../cython/py_tdm_termite.cpp ./
|
||||||
cp -v ../lib/*.hpp ../lib/*.cpp ./
|
cp -v ../lib/*.hpp ../lib/*.cpp ./
|
||||||
cp -v ../3rdparty/pugixml/* ./
|
cp -v ../3rdparty/pugixml/* ./
|
||||||
cat ../README.md | head -n316 | tail -n306 > ./README.md
|
cat ../README.md | grep '^# TDMtermite' -A 50000 > ./README.md
|
||||||
cp -v ../LICENSE ./
|
cp -v ../LICENSE ./
|
||||||
# cython py_tdm_termite.pyx -o py_tdm_termite.cpp
|
# cython py_tdm_termite.pyx -o py_tdm_termite.cpp
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
@@ -18,7 +18,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="TDMtermite",
|
name="TDMtermite",
|
||||||
version="1.0.1",
|
version="1.0.3",
|
||||||
author="Record Evolution GmbH",
|
author="Record Evolution GmbH",
|
||||||
author_email="mario.fink@record-evolution.de",
|
author_email="mario.fink@record-evolution.de",
|
||||||
maintainer="Record Evolution GmbH",
|
maintainer="Record Evolution GmbH",
|
||||||
|
Reference in New Issue
Block a user