File: README.md

package info (click to toggle)
dyda 1.41.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 106,148 kB
  • sloc: python: 19,978; makefile: 189; sh: 11
file content (24 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (2)
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

[![pipeline status](https://gitlab.com/DT42/galaxy42/dt42-dyda/badges/develop/pipeline.svg)](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 ../.