Fishgrs Install -
Do not install FishGRS into your base environment. Create a fresh one:
conda create -n fishgrs_env python=3.9
conda activate fishgrs_env
If a requirements.txt file exists:
pip install -r requirements.txt
If using setup.py:
pip install .
fishgrs serve --port 8080