Skip to content

Commit

Permalink
[README.md] Describe new package creation schema (#1131)
Browse files Browse the repository at this point in the history
* [README.md] Describe new package creation schema
  • Loading branch information
jleveque committed Sep 26, 2020
1 parent 49f1634 commit 07a4e26
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,34 @@

Command-line utilities for SONiC

## How to run unit test
```python
python2 -m py.test -v
This repository produces two packages, as follows:

### sonic-utilities

A Python wheel package, containing all the Python source code for the command-line utilities

#### To build

```
python2 setup.py bdist_wheel
```

#### To run unit tests

```
python2 setup.py test
```


### sonic-utilities-data

A Debian package, containing data files needed by the utilities (bash_completion files, Jinja2 templates, etc.)

#### To build

Instructions for building the sonic-utilities-data package can be found in [sonic-utilities-data/README.md](https://github.com/Azure/sonic-utilities/blob/master/sonic-utilities-data/README.md)

---

## Contribution guide

Expand Down

0 comments on commit 07a4e26

Please sign in to comment.