Skip to content

Commit

Permalink
Add download instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Oct 20, 2023
1 parent c3823b3 commit 4316b85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4316b85

Please sign in to comment.