Skip to content

Commit

Permalink
Replace pipsi by pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 23, 2019
1 parent 659a66e commit a8b5bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The latest stable version can be always found on PyPI_.
.. warning::

I strongly discourage from installing ``doc2dash`` into your global ``site-packages`` because it will inevitably lead to conflicts_.
Either use pipsi_ or create a virtualenv_ by hand.
Either use pipx_ or create a virtualenv_ by hand.


As of version 3.0, ``doc2dash`` only runs on Python 3.7.
Expand All @@ -33,6 +33,6 @@ Other alternatives have been developed in cooperation with Dash.app's developer
.. _pip: https://pip.pypa.io/en/latest/installing.html
.. _PyPI: https://pypi.org/project/doc2dash/
.. _`Dash.app`: https://kapeli.com/dash/
.. _pipsi: https://github.com/mitsuhiko/pipsi
.. _pipx: https://pipxproject.github.io/pipx/
.. _virtualenv: https://virtualenv.readthedocs.io/
.. _conflicts: https://hynek.me/articles/virtualenv-lives/

0 comments on commit a8b5bd0

Please sign in to comment.