From e282eced4445b79d3e0a7bd86f8b156fe672eb60 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 22 Dec 2020 01:09:59 -0500 Subject: Add support for pyenv. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7c9de09..3296195 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,10 @@ Some familiarity with Python is assumed, here: ## Development -I use [`direnv`] to manage development. The configuration in `.envrc` will automatically create a virtual Python environment using your current Python version, and load it, once the configuration is allowed. See the `direnv` documentation for details. +I use [pyenv] and [`direnv`] to manage development. The configuration in +`.envrc` will automatically create a virtual Python environment using Pyenv (if +possible) or your current Python version (otherwise), and load it, once the +configuration is allowed. See the `direnv` documentation and the included +`.envrc` script for details. + +[pyenv]: https://github.com/pyenv/pyenv -- cgit v1.2.3