Skip to content

Emphasize that pip install reactpy does not include a backend #1012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/guides/getting-started/installing-reactpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ backends. For example, if we want to run ReactPy using the `Starlette

pip install "reactpy[starlette]"

If you want to install a "pure" version of ReactPy without a backend implementation you can
do so without any installation extras. You might do this if you wanted to :ref:`use a
custom backend <using a custom backend>` or if you wanted to manually pin your
dependencies:
If you want to install a "pure" version of ReactPy **without a backend implementation**
you can do so without any installation extras. You might do this if you wanted to
:ref:`use a custom backend <using a custom backend>` or if you wanted to manually pin
the dependencies for your chosen backend:

.. code-block:: bash

Expand Down