Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudCassan authored Oct 10, 2017
1 parent fdb35e4 commit 2d25b98
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ This package depends in particular on the following packages:

### Installation

To install the current development version of **muLAn** package from source:
Install one of the available relesases (recommended), or install the current development version of **muLAn** package from source:
```
git clone https://github.com/muLAn-project/muLAn.git
```

To install **muLAn** in your user python environment:
```
pip install --user muLAn/
```

We however recommend to use an [Anaconda](https://anaconda.org) user environment:
```
$ git clone https://github.com/muLAn-project/muLAn.git
$ pip install --user muLAn/
conda create -n muLAn-0.8 python=2.7
source activate muLAn-0.8
pip install muLAn/
```

### Loading
Expand Down

0 comments on commit 2d25b98

Please sign in to comment.