Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Install Label Studio in a clean Python environment. We highly recommend using a

## Install using pip

To install Label Studio with pip and a virtual environment, you need Python version 3.8 or later. Run the following:
To install Label Studio with pip and a virtual environment, you need Python version 3.10 or later. Run the following:

```bash
python3 -m venv env
source env/bin/activate
python -m pip install label-studio
```

To install Label Studio with pip, you need Python version 3.8 or later. Run the following:
To install Label Studio with pip, you need Python version 3.10 or later. Run the following:

```bash
pip install label-studio
Expand Down
Loading