From 25de8b94002e2705b2d5b34971668eb26bb934aa Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 10 Mar 2026 15:29:54 -0400 Subject: [PATCH] docs: Updated local development setup to use requirements.txt in project root. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ac812..2063f15 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The API is currently in a transitional state between legacy (V1/V2) patterns and ```bash virtualenv environment source environment/bin/activate - pip install -r admin/requirements.txt + pip install -r requirements.txt ``` 3. **Run:** ```bash