From 32c779e53afabb29068ec99232160cc265772b10 Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Thu, 20 Jun 2024 11:20:40 +0200 Subject: [PATCH] Update `pip` install pre release config --- argilla/README.md | 3 +-- argilla/docs/tutorials/text_classification.ipynb | 11 ++++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/argilla/README.md b/argilla/README.md index c0ad40dfc4..9a3cedbc5e 100644 --- a/argilla/README.md +++ b/argilla/README.md @@ -9,9 +9,8 @@ The argilla-sdk is an experimental project to rebuild Argilla's python client in Since this package is not yet published on PyPi, you can install it directly from the repository: -# TODO: Changed this to use the testpypi releases. ```console -pip install git+https://github.com/argilla-io/argilla-python.git +pip install argilla --pre ``` ### Usage diff --git a/argilla/docs/tutorials/text_classification.ipynb b/argilla/docs/tutorials/text_classification.ipynb index 7f9d606c89..a4c0cb1c15 100644 --- a/argilla/docs/tutorials/text_classification.ipynb +++ b/argilla/docs/tutorials/text_classification.ipynb @@ -66,7 +66,16 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install argilla setfit==1.0.3 transformers==4.40.2" + "!pip install argilla --pre" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install setfit==1.0.3 transformers==4.40.2" ] }, {