From 7860b3e256318b518f2057bc35a323f9c3b0e13e Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 26 Mar 2024 15:36:18 -0400 Subject: [PATCH] update requirements file locations (#238) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1574c56..5b326fd7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ To update or add content, open the relevant ``data/*.yaml`` file with any text e To build the docsite locally and verify your changes, do the following: ```sh -python -m pip install -r requirements.in -c requirements.txt +python -m pip install -r requirements/requirements.in -c requirements/requirements.txt python build.py ```