Skip to content

Commit

Permalink
Add new installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 24, 2019
1 parent a9134e6 commit b1c2472
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@ gives an overview of the process.

## Installation

The ASR software requires Python 3.6+.
The ASR software requires Python 3.6+. The project is available on Pypi. Install the
project with

Install the Automated Systematic Review project directly from this github page.
One can do this with pip and git.
```bash
pip install asreview
```

Install the development version of the Automated Systematic Review project directly
from this Github page. One can do this with pip and git.

``` bash
pip install git+https://github.com/msdslab/automated-systematic-review.git
Expand Down

0 comments on commit b1c2472

Please sign in to comment.