Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ python setup.py bdist_wheel

$

5.2 upload package

  1. Create pypirc: The Pypirc file stores the PyPi repository information. Create a file in the home director for *nix ~/.pypirc 
  2. 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.