Skip to content

Commit

Permalink
Add more -U to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Jan 20, 2021
1 parent 56587d0 commit 7d9fc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ pip install -U pip
pip install lxml‑4.5.0‑cp38‑cp38‑win_amd64.whl

# Install label studio
pip install label-studio
pip install -U label-studio
```

#### Install from Anaconda

```bash
conda create --name label-studio python=3.8
conda activate label-studio
pip install label-studio
pip install -U label-studio
```

If you see any errors during installation, try to rerun installation
Expand Down

0 comments on commit 7d9fc50

Please sign in to comment.