Redis – How to install python package on GitHub Codespaces without having to rebuild the container?
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…