Before: 330ms
After: 233ms
It has improved significantly, but it's still slow.
Before: 330ms
After: 233ms
It has improved significantly, but it's still slow.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --no-cache-dir --requirement requirements.txt
```
I haven't had to worry about Python version management thanks to Docker, but now I've been forced to separate environments.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --no-cache-dir --requirement requirements.txt
```
I haven't had to worry about Python version management thanks to Docker, but now I've been forced to separate environments.