Skip to content

Build debian packages

Mingwei Zhang edited this page Jul 25, 2019 · 1 revision

Use stdeb pip package to do all the work: https://pypi.org/project/stdeb/

pip3 install stdeb

python3 setup.py --command-packages=stdeb.command sdist_dsc --with-python2=True --with-python3=True --no-python2-scripts=True bdist_deb
Clone this wiki locally