Compare commits
No commits in common. "main" and "0.0.1" have entirely different histories.
1 changed files with 9 additions and 15 deletions
24
README.md
24
README.md
|
@ -18,12 +18,6 @@ It's recommended to install the wheel file (.whl) of it with pip3:
|
||||||
|
|
||||||
`pip3 install Clochur-x.y.z-py3-none-any.whl`
|
`pip3 install Clochur-x.y.z-py3-none-any.whl`
|
||||||
|
|
||||||
## Command
|
|
||||||
|
|
||||||
`clochur`
|
|
||||||
|
|
||||||
Just type it in your CLI terminal.
|
|
||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
see `src/manual.pdf`
|
see `src/manual.pdf`
|
||||||
|
@ -46,12 +40,12 @@ and then:
|
||||||
|
|
||||||
Before package it, you should install [Stdeb](https://pypi.org/project/stdeb) first.
|
Before package it, you should install [Stdeb](https://pypi.org/project/stdeb) first.
|
||||||
|
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
cd dist
|
cd dist
|
||||||
py2dsc -x ../stdeb.cfg Clochur-x.y.z.tar.gz
|
py2dsc -x ../stdeb.cfg Clochur-x.y.z.tar.gz
|
||||||
cd deb_dist/clochur-x.y.z
|
cd deb_dist/clochur-x.y.z
|
||||||
cd dpkg-buildpackage -rfakeroot -uc -us
|
cd dpkg-buildpackage -rfakeroot -uc -us
|
||||||
cd ..; ls
|
cd ..; ls
|
||||||
...
|
...
|
||||||
clochur_x.y.z-1_all.deb
|
clochur_x.y.z-1_all.deb
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue