From 26f446322c1253973e9eabf33ac94e3af2acb35c Mon Sep 17 00:00:00 2001 From: Emmett McFaralne Date: Thu, 18 Apr 2024 12:17:54 -0400 Subject: [PATCH] clarified install options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da9c848..3cba7e2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ First, install The Pipe. pip install thepipe_api ``` -Ensure the `THEPIPE_API_KEY` environment variable is set. Don't have an API key yet? [Get one here](https://thepi.pe). Alternatively, see the local installation section for the more advanced local setup. +The Pipe is available as a hosted API, or it can be set up locally. An API key is recommended for out-of-the-box functionality (alternatively, see the local installation section). Ensure the `THEPIPE_API_KEY` environment variable is set. Don't have a key yet? [Get one here](https://thepi.pe). Now you can extract comprehensive text and visuals from any file: ```python