Skip to content

Latest commit

History

History
7 lines (6 loc) 路 275 Bytes

File metadata and controls

7 lines (6 loc) 路 275 Bytes

auto-hyde

Set Up

  • Environment: python3.11 -m venv .venv
  • Activate Environment: source .venv/bin/activate
  • Download Dependencies: pip3 install -r requirements.txt
  • Set up environment with Jupyter Kernel: python3 -m ipykernel install --user --name=auto-hyde