Skip to content

Commit

Permalink
DOC: Add pip command to "Usage" notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 27, 2015
1 parent 063d757 commit fd60a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"source": [
"# Usage\n",
"\n",
"Install `nbsphinx` with pip (not available yet!) or copy the file [nbsphinx.py](../nbsphinx.py) to the directory where you want to set up Sphinx (this is typically the directory where you have your notebook files).\n",
"Install `nbsphinx` with pip:\n",
"\n",
" pip install nbsphinx --user\n",
"\n",
"... or copy the file [nbsphinx.py](../nbsphinx.py) to the directory where you want to set up Sphinx (this is typically the directory where you have your notebook files).\n",
"\n",
"In the same directory, run this command (assuming you have [Sphinx](http://sphinx-doc.org/) installed already):\n",
"\n",
Expand Down

0 comments on commit fd60a14

Please sign in to comment.