Versatile Orchestrated Execution Engine for Data & AI Pipelines
python -m pip install vortex-pythonClone the repository
git clone https://github.com/Broomva/vortex.gitInstall the package
cd vortex && make installAfter cloning, create a virtual environment
conda create -n vortex python=3.10
conda activate vortexInstall the requirements
pip install -r requirements.txtRun the python installation
python setup.py install