docs(python): summary notes on the python module

This commit is contained in:
Marc 2024-01-28 21:41:12 -05:00
parent 9dc0d039d9
commit 2b7b63c9b4
Signed by: marc
GPG key ID: 048E042F22B5DC79

11
python/README.md Normal file
View file

@ -0,0 +1,11 @@
# Python support
Managing Python versions is supported via `v python <command>`, see `v help` for a breakdown of what's available.
## Shims
Shims are configured in `python/shims.go`.
## Available versions
Versions are pulled from [Python's ftp repository](https://www.python.org/ftp/python/) as gzipped tarballs. Any version available where is available for installation via `v python install`.