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
Once the measurement plugin creation is done, user has to manually create the virtual environment either by creating pyproject.toml file or using venv command. If user choose venv command, then it might be a challenge to maintain the versions/dependencies.
To ease this, user will choose pyproject.toml, but here user should manually create the pyproject.toml file.
Proposed Solution
Add a pyproject.toml file during the measurement plugin creation process along with other files and ask user to setup the .venv using the toml file which will solve the manual overhead.
Problem to Solve
Once the measurement plugin creation is done, user has to manually create the virtual environment either by
creating pyproject.toml file
orusing venv command
. If user choosevenv command
, then it might be a challenge to maintain the versions/dependencies.To ease this, user will choose
pyproject.toml
, but here user should manually create the pyproject.toml file.Proposed Solution
Add a pyproject.toml file during the measurement plugin creation process along with other files and ask user to setup the .venv using the toml file which will solve the manual overhead.
AB#2753608
The text was updated successfully, but these errors were encountered: