Skip to content

Commit

Permalink
Merge pull request #66 from ralienpp/master
Browse files Browse the repository at this point in the history
Update installation.rst to add note about installing with --user
  • Loading branch information
ricklupton committed Nov 26, 2018
2 parents 9e27209 + 83bc481 commit 6f7dfae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ an IPython widget to interactively display Sankey diagrams::
If you use multiple virtualenvs or conda environments, make sure
``ipywidgets`` and ``ipysankeywidget`` are installed and enabled in both the
environment running the notebook server and the kernel.

.. note::

If you apply Floweaver in restricted environments (e.g., Jupyter is hosted
on university servers), use ``--user`` instead of ``--sys-prefix`` in the
above commands.
Pip needs the switch too: ``pip install --user floweaver ipysankeywidget``.

Install on Windows
------------------
Expand Down

0 comments on commit 6f7dfae

Please sign in to comment.