#!/bin/bash # please install conda # please create a virtual environment with python, pip, and jupyter conda env create -f environment.yml # activate this virtual environment conda activate dualloop # install the required packages pip install -r requirements.txt # download the required modules python -m spacy download en_core_web_lg # install ray pip install -U "ray[default]"