How do I get the App to reinstall a changed requirements.txt file? #1
Answered
by
NoCommandLine
NoCommandLine
asked this question in
Q&A
-
I added new libraries/packages to my requirements.txt file. How do I force them to be installed? |
Beta Was this translation helpful? Give feedback.
Answered by
NoCommandLine
Jul 7, 2022
Replies: 1 comment
-
Anytime you click the 'Run' icon, NoCommandLine (NCL) first checks the value of 'Requirements have been installed' flag. If it is 'no', NCL will install the contents of your 'requirements.txt' file before running your App. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NoCommandLine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anytime you click the 'Run' icon, NoCommandLine (NCL) first checks the value of 'Requirements have been installed' flag. If it is 'no', NCL will install the contents of your 'requirements.txt' file before running your App.