docs: install snapshot instead of a single file, so config.json is fetched too
Browse files
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
|
| 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"
|