Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder authored Jun 17, 2017
1 parent 0092b30 commit 8dd65be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@ ipython notebook --pylab inline

## Installation
We encourage you to use easy_install or pip to install DEAP on your system. Other installation procedure like apt-get, yum, etc. usually provide an outdated version.

```bash
pip install deap
```

The latest version can be installed with
```bash
pip install git+https://github.com/DEAP/deap@master
``

If you wish to build from sources, download or clone the repository and type

```bash
Expand Down

0 comments on commit 8dd65be

Please sign in to comment.