Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed May 18, 2017
1 parent 09bfdd4 commit 16a0bbf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@ Dependencies
Installation
------------

On Ubuntu:
**Docker**

You need install [docker](https://www.docker.com), and please follow below section
for usage of `labelme_draw_json`.

**Ubuntu**

```bash
sudo apt-get install python-qt4 pyqt4-dev-tools

sudo pip install labelme
```

On OS X:
**OS X**

```bash
brew install qt qt4

pip install labelme
```

On macOS Sierra:
**macOS Sierra**

```bash
brew install pyqt5

pip install git+https://github.com/wkentaro/labelme.git@pyqt5
```

Docker:

You need install [docker](https://www.docker.com), and please follow below section
for usage of `labelme_draw_json`.


Usage
-----
Expand Down

0 comments on commit 16a0bbf

Please sign in to comment.