I copied a template codespace https://github.com/github/codespaces-flask and now whenever I need to add a new package pip install redis
for example I have to add it to my requirements.txt and rebuild the entire codespace again.
What is the proper way of doing this?
Thank you in advance.
I tried searching GitHub codespaces documentation and following Docker tutorials. I didn't find anything specific enough to answer my question.