Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 601 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 601 Bytes

Vortex

Versatile Orchestrated Execution Engine for Data & AI Pipelines

Setup

Quick Install

python -m pip install vortex-python

Build from source

Clone the repository

git clone https://github.com/Broomva/vortex.git

Install the package

cd vortex && make install

Build manually

After cloning, create a virtual environment

conda create -n vortex python=3.10
conda activate vortex

Install the requirements

pip install -r requirements.txt

Run the python installation

python setup.py install