Skip to content

Commit

Permalink
Updated installation instructions on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Feb 25, 2015
1 parent c52a4fb commit 3add658
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,21 @@ Param, Matplotlib, and IPython Notebook can be installed using your
operating system's package manager, or by using pip::

pip install matplotlib 'ipython[notebook]'
pip install --user https://github.com/ioam/param/archive/master.zip
pip install https://github.com/ioam/param/archive/master.zip

You can then obtain the latest version of HoloViews by cloning the git
repository::

git clone git://github.com/ioam/holoviews.git

Alternatively, you may install the development version using pip::

pip install https://github.com/ioam/holoviews/archive/master.zip

We plan to have a full PyPI release of HoloViews within the next week.



|BuildStatus|_


Expand Down

1 comment on commit 3add658

@jbednar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.