Skip to content

Commit

Permalink
Updated install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Mar 12, 2018
1 parent 0bd1958 commit 20c4f14
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions doc/install.rst
Expand Up @@ -55,12 +55,28 @@ can be installed using::

conda install -c ioam/label/dev holoviews

To get the very latest development version you can clone our git
repositories::
To get the very latest development version using ``pip``, you can use::

pip install git+https://github.com/ioam/holoviews.git

The alternative approach using git archive (e.g ``pip install
https://github.com/ioam/holoviews/archive/master.zip``) is *not*
recommended as you will have incomplete version strings.

Anyone interested in following development can get the very latest
version by cloning our git repositories::

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

To make this code available for import you then need to run::

python setup.py develop

And you can then update holoviews at any time to the latest version by
running::

git pull

Once you've installed HoloViews, you can get started by launching
Jupyter Notebook::

Expand Down

0 comments on commit 20c4f14

Please sign in to comment.