Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 20, 2017
1 parent 9d524f8 commit 6477d0b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Dependencies
Installation
------------

There are options:

- Platform agonistic installation: Anaconda, Docker
- Platform specific installation: Ubuntu, macOS

**Anaconda**

You need install [Anaconda](https://www.continuum.io/downloads), then run below:
Expand Down Expand Up @@ -50,17 +55,10 @@ sudo apt-get install python-qt4 pyqt4-dev-tools
sudo pip install labelme
```

**macOS (older than Sierra)**

```bash
brew install qt qt4
pip install labelme
```

**macOS Sierra**
**macOS**

```bash
brew install pyqt
brew install qt qt4 || brew install pyqt # qt4 is deprecated
pip install labelme
```

Expand Down

0 comments on commit 6477d0b

Please sign in to comment.