williamTLmiller commited on
Commit
3fc1586
·
verified ·
1 Parent(s): 1233b1b

docs: install snapshot instead of a single file, so config.json is fetched too

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -146,8 +146,8 @@ are all right here in [`batterymhm/`](./batterymhm) — read them, fork them, bu
146
  ```bash
147
  # Option A — via the Hub (recommended)
148
  pip install huggingface_hub
149
- huggingface-cli download williamTLmiller/batterymhm batterymhm-1.0.0-py3-none-any.whl --local-dir .
150
- pip install ./batterymhm-1.0.0-py3-none-any.whl
151
 
152
  # Option B — straight from git
153
  pip install "git+https://huggingface.co/williamTLmiller/batterymhm"
 
146
  ```bash
147
  # Option A — via the Hub (recommended)
148
  pip install huggingface_hub
149
+ huggingface-cli download williamTLmiller/batterymhm --local-dir ./batterymhm
150
+ pip install ./batterymhm/batterymhm-1.0.0-py3-none-any.whl
151
 
152
  # Option B — straight from git
153
  pip install "git+https://huggingface.co/williamTLmiller/batterymhm"