You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put generator dependencies in requirements.txt or setup.py
setup.py currently present in project dir should identify package snappi-gen and not snappi itself
New setup.py should be generated (or duplicated from existing), which should be called snappi and include dependecies for generated code
Generated code should be copied to be a separate directory (and hence snappicommon.py + other existing files should be copied to dir containing generated code)
Generated code should also include .yaml or .json spec
#1 and #2 are subject to further discussion (if separate snappi-gen package is not desired).
The text was updated successfully, but these errors were encountered:
snappi-gen
and notsnappi
itselfsnappi
and include dependecies for generated code#1 and #2 are subject to further discussion (if separate snappi-gen package is not desired).
The text was updated successfully, but these errors were encountered: