# Create virtual environment
python3 -m venv hermes-env
# Activate the environment
source hermes-env/bin/activate