From 1854dfaaf557f762f600b416cdbb23d998ffafe5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 20 May 2024 23:08:51 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c892f86..38a6705 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
**This is a [Python library](https://pypi.org/project/pydantic-pkgr/) for installing & managing packages locally with a variety of package managers.** -It's designed to help Python apps check for and install local binaries at runtime. +It's designed for when `pip` dependencies aren't enough, and your app has to install local binaries at runtime. ```shell @@ -29,7 +29,7 @@ pip install pydantic-pkgr
> [!WARNING] -> This is [ALPHA] software under active development, not ready for production use yet. +> This is [ALPHA] software under active development for use in [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox), it's not ready for general public / production use yet. **Source Code**: [https://github.com/ArchiveBox/pydantic-pkgr/](https://github.com/ArchiveBox/pydantic-pkgr/)