Skip to content

Commit

Permalink
Add pip install HF CLI - could save new users a couple minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbutler committed Dec 6, 2024
1 parent 8e7d697 commit 795a7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/10_use_so100.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Once you're familiar with teleoperation, you can record your first dataset with

If you want to use the Hugging Face hub features for uploading your dataset and you haven't previously done it, make sure you've logged in using a write-access token, which can be generated from the [Hugging Face settings](https://huggingface.co/settings/tokens):
```bash
pip install -U "huggingface_hub[cli]"
huggingface-cli login --token ${HUGGINGFACE_TOKEN} --add-to-git-credential
```

Expand Down

0 comments on commit 795a7cd

Please sign in to comment.