Skip to content

Commit

Permalink
Update pip install pre release config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jun 20, 2024
1 parent cf40c97 commit 32c779e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions argilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 10 additions & 1 deletion argilla/docs/tutorials/text_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 32c779e

Please sign in to comment.