Skip to content

Commit

Permalink
DOC: Remove --user flag from pip instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 16, 2021
1 parent 497e4e6 commit ed98c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/subdir/gallery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"but you can easily use the styles from Sphinx-Gallery\n",
"by installing it:\n",
"\n",
" python3 -m pip install sphinx-gallery --user\n",
" python3 -m pip install sphinx-gallery\n",
"\n",
"... and loading the styles in your `conf.py` with:\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
"\n",
"It can be installed with\n",
"\n",
" python3 -m pip install sphinx-autobuild --user\n",
" python3 -m pip install sphinx-autobuild\n",
"\n",
"You can start auto-building your files with\n",
"\n",
Expand Down

0 comments on commit ed98c1a

Please sign in to comment.