Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jan 30, 2017
1 parent 9c11830 commit 6f9feff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Matplotlib Jupyter Extension.
This repository contains code for the Matplotlib Jupyter widget, stripped out
of the main matplotlib repository.

It requires matplotlib 2.0.0b3 or more recent.
It requires matplotlib 2.0.0 or more recent.

The goal of this project is to separate developement of the Jupyter integration
(future versions of notebook and Jupyter Lab) from the calendar of the releases
Expand All @@ -19,7 +19,12 @@ of the main matplotlib repository.
Installation
------------

To install use pip:
To install `ipympl` with conda:

$ conda install ipympl -c conda-forge


To install `ipympl` with pip:

$ pip install ipympl
$ jupyter nbextension enable --py --sys-prefix ipympl
Expand Down

0 comments on commit 6f9feff

Please sign in to comment.