outsystems-pipeline icon indicating copy to clipboard operation
outsystems-pipeline copied to clipboard

Wrong path to build-requirements

Open teresende opened this issue 11 months ago • 0 comments

Please, note that the INSTALL.md has a wrong path to the build-requirements.txt: On the root dir run: pip install -q -I -r cd_pipelines/requirements.txt

In the current project structure the correct command is: On the root dir run: pip install -q -I -r build-requirements.txt

teresende avatar Jul 24 '23 10:07 teresende