Installation #
Step 1. Clone Repository and cd #
git clone https://github.com/yindrew/DeepRiverDivers.git
cd DeepRiverDivers
git clone git@github.com:yindrew/DeepRiverDivers.git
cd DeepRiverDivers
gh repo clone yindrew/DeepRiverDivers
cd DeepRiverDivers
Step 2. (Optional) Intialize Virtual Environment #
python -m venv .venv
source .venv/activate.fish # depends on your shell and OS
uv venv .venv # replace .venv by other names for virtual env names
source .venv/activate.fish # depends on your shell and OS
Step 3. Install python packages #
pip3 install -r requirements.txt
uv pip install -r requirements.txt