* README.md: add install notes regarding pip install
* pip-release: extract proper part of README.md for pip package * bump version 1.0.3
This commit is contained in:
parent
f8f779136b
commit
c407abe517
@ -160,7 +160,7 @@ 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
|
||||||
|
|
||||||
@ -171,6 +171,8 @@ The package is also available via the [Python Package Index](https://pypi.org) a
|
|||||||
python3 -m pip install TDMtermite
|
python3 -m pip install TDMtermite
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Unix
|
||||||
|
|
||||||
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
|
||||||
successfully install and use it.
|
successfully install and use it.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user