Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 724 Bytes

INSTALL.md

File metadata and controls

20 lines (13 loc) · 724 Bytes

Dependencies to run / test locally

In order to be able to test locally, there's a few things you'll have to install. For the pipeline itself, you won't need to do this. That is assured by the pipeline code.

Install Python

Install Python dependencies

To install all the dependencies you'll need:

  • Pip

  • Dependencies

    • To install the dependencies needed, you just need to install the requirements with pip.
    • On the root dir run: pip install -q -I -r cd_pipelines/requirements.txt