diff --git a/source/getting-started/install.rst b/source/getting-started/install.rst index f758a6d..691e767 100644 --- a/source/getting-started/install.rst +++ b/source/getting-started/install.rst @@ -159,16 +159,13 @@ The installation of Exegol on Linux, macOS and Windows are very similar. It can # OR from pip python3 -m pip install pipx - Exegol's wrapper can be installed with ``pipx`` either from **sources** or pre-compiled from **PyPI**: + Exegol's wrapper can be installed with ``pipx`` from **PyPI**: .. code-block:: bash # You can now install Exegol package from PyPI pipx install exegol - # Or from sources directly - pipx install git+https://github.com/ThePorgs/Exegol - .. group-tab:: Installing from sources Exegol's wrapper can be installed from sources (with Git). The wrapper then knows how to self-update, and switching from release and development branches is possible and very easy.