Skip to content

Commit

Permalink
Merge pull request #256 from HumanSignal/docs/doc-224
Browse files Browse the repository at this point in the history
docs: Update commands in version section
  • Loading branch information
caitlinwheeless authored Jul 1, 2024
2 parents ae6a2c6 + f178c96 commit fac587f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
> ```sh
> git clone https://github.com/HumanSignal/label-studio-sdk.git
> cd label-studio-sdk
> git checkout previous-version
> git fetch origin
> git checkout release/0.0.34
> ```
>
> OR you can change your import statements as follows:
> ```python
> from label_studio_sdk import Client
> from label_studio_sdk._legacy import Client
> from label_studio_sdk.data_manager import Filters, Column, Operator, Type
> from label_studio_sdk._legacy import Project
> ```
Expand Down

0 comments on commit fac587f

Please sign in to comment.