From 4316b85eab243f9d8909b96ff903fa2ecaa4a4aa Mon Sep 17 00:00:00 2001 From: David C Ellis Date: Fri, 20 Oct 2023 20:45:15 +0100 Subject: [PATCH] Add download instruction. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b332bec..09311ea 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ This form of import works by creating a specific LazyImporter object that lazily imports modules or module attributes when the module or attribute is accessed on the object. +## How to download ## + +Download from PyPI: + `python -m pip install ducktools-lazyimporter` + ## Example ## Example using the packaging module.