An open API service indexing awesome lists of open source software.

https://github.com/version-fox/vfox-python

🐍Python plugin for vfox.
https://github.com/version-fox/vfox-python

pyenv python vfox-plugin

Last synced: about 1 month ago
JSON representation

🐍Python plugin for vfox.

Awesome Lists containing this project

README

          

# vfox-python

Python plugin for [vfox](https://vfox.dev/).

## Install

After installing [vfox](https://github.com/version-fox/vfox), install the plugin by running:

```bash
vfox add python
```

if you want install the free-threaded mode of python, you can select the version ends with `t`, like `v3.14.0a4t`.

## Mirror

You can configure the mirror by `VFOX_PYTHON_MIRROR` environment variable. The default value
is `https://www.python.org/ftp/python/`.