From 6cd6121cfa8a2f8a60df9586dc5c814ff306bb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Pumar?= Date: Wed, 7 Aug 2024 12:59:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20snippet=20(#5395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argilla-frontend/docs/snippets/start_page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argilla-frontend/docs/snippets/start_page.md b/argilla-frontend/docs/snippets/start_page.md index 0536bc2035..b1d50998af 100644 --- a/argilla-frontend/docs/snippets/start_page.md +++ b/argilla-frontend/docs/snippets/start_page.md @@ -17,12 +17,12 @@ Get started by publishing your first dataset. To work with Argilla datasets, you need to use the Argilla SDK. You can install the SDK with pip as follows: ```sh -pip install argilla -U --pre +pip install argilla ``` ### 2. Connect to your Argilla server -[hf_] You need to specify your `HF_TOKEN` which can be found [here](https://huggingface.co/settings/tokens). +[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). ```python import argilla as rg