From 5959c623204b221cd4efe413db1d0ae2f42d9108 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 21 Dec 2020 23:50:04 -0500 Subject: Add direnv support to streamline virtualenv management. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a3bcd77..7c9de09 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ Some familiarity with Python is assumed, here: * Make a virtual environment; * `$VIRTUALENV/bin/pip install git+https://github.com/ojacobson/envdir-helper/#egg=envdir-helper`; and * Add its `bin` directory to `PATH` by other means, or invoke it by full path. + +## 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. -- cgit v1.2.3