You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: argilla-frontend/docs/snippets/start_page.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ Get started by publishing your first dataset.
17
17
To work with Argilla datasets, you need to use the Argilla SDK. You can install the SDK with pip as follows:
18
18
19
19
```sh
20
-
pip install argilla -U --pre
20
+
pip install argilla
21
21
```
22
22
23
23
### 2. Connect to your Argilla server
24
24
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).
0 commit comments