...
$ python setup.py bdist_wheel
$
5.2 upload package
- Create pypirc: The Pypirc file stores the PyPi repository information. Create a file in the home director for *nix :
~/.pypirc
- And add the following content to it. Replace
javatechy
with your username.
...
python -m twine upload dist/*
6. Usage
6.1 Local use
For python, run below command in create docker image
...
$ python setup.py install
6.2 based on pip package
$ pip install <package-name>
7. Test
Unit Tests with tox, Integration test will use SRIOV-NIC as example.