From 3b777ba1e26ee9d427be5197f74bba8027b286c7 Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Tue, 6 Jun 2023 15:55:14 -0600 Subject: [PATCH] Emphasize the `pip install reactpy` does not include a backend Saw a couple videos of poeple missing that fact when reading off the docs. --- docs/source/guides/getting-started/installing-reactpy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/guides/getting-started/installing-reactpy.rst b/docs/source/guides/getting-started/installing-reactpy.rst index 61356ea55..56a20aa42 100644 --- a/docs/source/guides/getting-started/installing-reactpy.rst +++ b/docs/source/guides/getting-started/installing-reactpy.rst @@ -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 ` 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 ` or if you wanted to manually pin +the dependencies for your chosen backend: .. code-block:: bash