To clone and install environement run:
git clone https://github.com/QC-UCI/Tutorials.git
cd Tutorials
conda env create -f environment.yml
Run the following to activate the environment:
conda activate qcuci
Run the following to deactivate current environment:
conda deactivate