# Clone the repository
git clone https://github.com/vocera-ai/llm-websocket-server-example.git
# Enter into the directory
cd llm-websocket-server-example/
# Create virtual environment
python3 -m venv .venv
# Activate virtual environment
source .venv/bin/activate
# Install the dependencies
pip install -r requirements.txt