Skip to content

Commit

Permalink
adding pipx install
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Nov 26, 2023
1 parent bdeaa7e commit 2be9585
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,20 @@ The installation of Exegol on Linux, macOS and Windows are very similar. It can
python3 -m pip install --user --requirement "Exegol/requirements.txt"
.. tab:: Installing with pipx

Exegol's wrapper can also be installed with pipx either from sources or PyPI, which allows to install Exegol in a virtual environment of its own.

.. code-block:: bash
# install pipx if not already installed
python3 -m pip install pipx
# from sources
pipx install git+https://github.com/ThePorgs/Exegol
# packaged from PyPI
pipx install exegol
Expand Down

0 comments on commit 2be9585

Please sign in to comment.