From 862bfbfaf3bced9275049850204f9b52466ebbe6 Mon Sep 17 00:00:00 2001 From: Guillaume Demonet Date: Mon, 7 Mar 2022 08:39:01 +0100 Subject: [PATCH] docs/developer: Update outdated requirements path See https://github.com/scality/metalk8s/issues/3721#issuecomment-1059557009 --- docs/developer/building/requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/building/requirements.rst b/docs/developer/building/requirements.rst index 733709896f..4b12ee9ce0 100644 --- a/docs/developer/building/requirements.rst +++ b/docs/developer/building/requirements.rst @@ -35,5 +35,5 @@ Optional Development ----------- -If you want to develop on the buildchain, you can add the development -dependencies with ``pip install -r requirements/build-dev-requirements.txt``. +If you want to develop on the buildchain, you can install the development +dependencies with ``pip install -r buildchain/requirements.txt``.