Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Feb 25, 2020
1 parent d875bd2 commit f4831ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,18 @@ label-studio start labeling_project

#### Install on Windows

For running on Windows, the following wheel packages are needed to be manually downloaded from [Gohlke builds](https://www.lfd.uci.edu/~gohlke/pythonlibs) with the right python version:
For running on Windows, the following wheel packages are needed to be manually downloaded from [Gohlke builds](https://www.lfd.uci.edu/~gohlke/pythonlibs), by ensuring the right python version:

```text
lxml
preshed
```
- [lxml](https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml)

Install Label Studio:

```bash
# Upgrade pip
pip install -U pip

# Install packages downloaded form Gohlke
pip install <path-to-downloaded-package>.whl
# Assuming you are running Win64 with Python 3.8, install packages downloaded form Gohlke:
pip install lxml‑4.5.0‑cp38‑cp38‑win_amd64.whl

# Install label studio
pip install label-studio
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ Flask==1.1.1
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10.3
lxml==4.2.5
lxml>=4.2.5
MarkupSafe==1.1.1
mixpanel==4.4.0
murmurhash==1.0.2
numpy==1.17.4
plac==0.9.6
preshed==2.0.1
python-dateutil==2.8.1
python-json-logger==0.1.11
pytz==2019.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools

# Package version
version = '0.4.7rc1'
version = '0.4.7'

# Readme
with open('README.md', 'r') as f:
Expand Down

0 comments on commit f4831ea

Please sign in to comment.