looker-open-source / henry

A command line tool for Looker instance cleanup
MIT License
79 stars 27 forks source link

How to setup henry on mac in 2024 #91

Open mitch-zink opened 3 weeks ago

mitch-zink commented 3 weeks ago
  1. Create a looker.ini file
  2. CD/change directories to the repo directory
  3. Create and setup the venv: python3.10 -m venv venv && source venv/bin/activate && pip3 install --upgrade pip && pip3 install henry
  4. Help command: python -m henry.cli --help
  5. Pulse command: python -m henry.cli pulse
mitch-zink commented 3 weeks ago

Sharing because the readme.md didn't work for me