From 6c0e881c93dc4689218b57138196d228e567175e Mon Sep 17 00:00:00 2001 From: Shailesh Tanwar <135304487+tanwarsh@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:17:04 +0530 Subject: [PATCH] fixed requirements filename on CONTRIBUTING.md (#1172) Signed-off-by: yes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecc1fee5f2..6eeb6f5a48 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ git clone https://github.com/YOUR_GITHUB_USERNAME/openfl.git cd openfl pip install -U pip setuptools wheel pip install . -pip install -r requirements-linters.txt +pip install -r linters-requirements.txt ``` ## Code style