sudo apt install ffmpegconda create -n surg_env python=3.9 numpy ipython -y && conda activate surg_envSurg_seg is a python package that includes most of the code to interface with the trained models
pip install -e . -r requirements.txt --userconda remove --name surg_env --all
conda info --envs