Skip to content

Commit

Permalink
Merge pull request #790 from juhasch/docs/install
Browse files Browse the repository at this point in the history
Add PyPi install source
  • Loading branch information
jcb91 committed Nov 8, 2016
2 parents 3022eaf + 93a8d78 commit ca3d33d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ templates, pre-/postprocessors, and exporters.

All of the nbextensions in this repo are provided as parts of a python package,
which is installable in the usual manner, using `pip` or the `setup.py` script.
You can install directly from the current master branch of the repository
To install the current version from PyPi, simply type

pip install jupyter_contrib_nbextensions

Alternatively, you can install directly from the current master branch of the repository

pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master

Expand Down
6 changes: 5 additions & 1 deletion docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ templates, pre-/postprocessors, and exporters.

All of the nbextensions in this repo are provided as parts of a python package,
which is installable in the usual manner, using `pip` or the `setup.py` script.
You can install directly from the current master branch of the repository
To install the current version from PyPi, simply type

pip install jupyter_contrib_nbextensions

Alternatively, you can install directly from the current master branch of the repository

pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master

Expand Down

0 comments on commit ca3d33d

Please sign in to comment.