OutSystems / outsystems-pipeline

Python package and pipeline examples to accelerate the integration of OutSystems with third-party CI/CD tools
Apache License 2.0
38 stars 54 forks source link

Wrong path to build-requirements #63

Open teresende opened 1 year ago

teresende commented 1 year ago

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