Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added pycocotools install instructions
  • Loading branch information
waspinator authored Dec 21, 2018
1 parent d29534e commit 207b4fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ Read more here https://patrickwasp.com/create-your-own-coco-style-dataset/
# Install

`pip install git+git://github.com/waspinator/[email protected]`

If you need to install pycocotools for python 3, try the following:

```
sudo apt-get install python3-dev
pip install cython
pip install git+git://github.com/waspinator/[email protected]
```

0 comments on commit 207b4fa

Please sign in to comment.