News

If you’ve upgraded an existing Python interpreter with a minor point upgrade—e.g., from Python 3.11.1 to Python 3.11.3—you can upgrade any corresponding virtual environments easily enough.
Have you ever wished you could edit Python packages installed locally without reinstalling them? Editable installs are the way.