#!/bin/bash # Install required dependencies for llm_client pip install --upgrade pip pip install git+https://github.com/lasseedfast/env_manager.git pip install git+https://github.com/lasseedfast/colorprinter.git # Optionally install other requirements pip install requests tiktoken ollama echo "All dependencies installed."