Skip to content

Commit 6cd6121

Browse files
authored
🚑 Fix snippet (#5395)
1 parent c902c1e commit 6cd6121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

argilla-frontend/docs/snippets/start_page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Get started by publishing your first dataset.
1717
To work with Argilla datasets, you need to use the Argilla SDK. You can install the SDK with pip as follows:
1818

1919
```sh
20-
pip install argilla -U --pre
20+
pip install argilla
2121
```
2222

2323
### 2. Connect to your Argilla server
2424

25-
[hf_] You need to specify your `HF_TOKEN` which can be found [here](https://huggingface.co/settings/tokens).
25+
[hf_] If you're using a private space, check the [HF docs](https://docs.argilla.io/latest/getting_started/how-to-configure-argilla-on-huggingface/#how-to-use-private-spaces).
2626

2727
```python
2828
import argilla as rg

0 commit comments

Comments
 (0)