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
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