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
Some users run K2 from within the repository. To make it simpler to maintain private addons and additional 3rd party dependencies, create a mechanism where private.requirements.txt are automatically installed in the venv when running make venv.
The private.requirements.txt file should be added to the .gitignore list.
The make venv target must be able to handle that the file private.requirements.txt is not present.
The text was updated successfully, but these errors were encountered:
Some users run K2 from within the repository. To make it simpler to maintain private addons and additional 3rd party dependencies, create a mechanism where
private.requirements.txt
are automatically installed in the venv when runningmake venv
.The
private.requirements.txt
file should be added to the.gitignore
list.The
make venv
target must be able to handle that the fileprivate.requirements.txt
is not present.The text was updated successfully, but these errors were encountered: