Versatile Orchestrated Execution Engine for Data & AI Pipelines
python -m pip install vortex-python
Clone the repository
git clone https://github.com/Broomva/vortex.git
Install the package
cd vortex && make install
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