python -m venv .venv python -m pip install -e . How virtual environments workAfter needing to do a deep dive on the venv module (which I will explain later in this blog post as to why), I thought I would explain how virtual environments work to help demystify them. Why do virtual environments exist? Back in my the day, there was no concepthttps://snarky.ca/how-virtual-environments-work