Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu2172 committed Jul 12, 2017
1 parent a00692d commit e3db108
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ These are the outputs of the detection models supported by ChainerCV.
# Installation

```bash
# Chainer v2
$ pip install chainercv
# Chainer v3
$ pip install chainercv==0.7.0a1
```

The instruction on installation using Anaconda is [here](http://chainercv.readthedocs.io/en/stable/#install-guide) (recommended).
Expand All @@ -38,10 +35,8 @@ For additional features

Environments under Python 2.7.12 and 3.6.0 are tested.

+ The HEAD of the master branch is developed for Chainer v3.
+ For users using Chainer v1, please use version `0.4.11`, which can be installed by `pip install chainercv==0.4.11`.
+ For users using Chainer v2, please use version `0.6.*`.
+ For users using Chainer v3, please use version `0.7.*`.
+ The master branch will work on both development and stable version of Chainer.
+ For users using Chainer v1, please use version `0.4.11`, which can be installed by `pip install chainercv==0.4.11`. This branch is unmaintained.


# Features
Expand Down

0 comments on commit e3db108

Please sign in to comment.