1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
DT42 dyda library and application
[](https://gitlab.com/DT42/galaxy42/dt42-dyda/commits/develop)
# Build Wheel Package
Execute the command in project root dir:
```
$ python3 setup.py bdist_wheel
```
The wheel package will be created in dist/.
# Build Debian Package
Execute the command in project root dir:
```
$ git checkout debian
$ debuild -us -uc
```
The Debian package will be created in ../.
|